| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index 56a693160a76abdfb811a46d4bffbc7050a80b27..425669b037a0a759acc7fcf3b47a964aec9d94f6 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -699,7 +699,7 @@ $endif
|
| } else {
|
| changed = (value) {
|
| // TODO(jmesserly): escape value if needed to protect against XSS.
|
| - // See https://github.com/toolkitchen/mdv/issues/58
|
| + // See https://github.com/polymer-project/mdv/issues/58
|
| self.xtag.attributes[name] = value == null ? '' : '$value';
|
| };
|
| }
|
|
|