google-nomulus/java/google/registry/ui/soy/registrar
jakubvrana 04a61794e0 Fix closing and self-closing tags in templates
Void tags (e.g. <img>) couldn't have a closing tag (e.g. </img> is invalid). Non-void tags (e.g. <div>) couldn't be self closing (e.g. <div/> is invalid) and must be closed explicitly (e.g. with </div>). This CL fixes the tags which also prepares the templates for stricthtml which enforces it.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=168829028
2017-09-20 10:27:17 -04:00
..
BUILD Upgrade Nomulus to latest Closure Rules 2016-12-06 11:52:46 -05:00
Console.soy Migrate {css} and {xid} tags to new builtinfunctions css() and xid() 2017-08-29 15:56:43 -04:00
Contact.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
ContactEpp.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
ContactSettings.soy Migrate {css} and {xid} tags to new builtinfunctions css() and xid() 2017-08-29 15:56:43 -04:00
Domain.soy Migrate {css} and {xid} tags to new builtinfunctions css() and xid() 2017-08-29 15:56:43 -04:00
DomainEpp.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
Epp.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
Host.soy Migrate {css} and {xid} tags to new builtinfunctions css() and xid() 2017-08-29 15:56:43 -04:00
HostEpp.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
Payment.soy Migrate {css} and {xid} tags to new builtinfunctions css() and xid() 2017-08-29 15:56:43 -04:00
SecuritySettings.soy Migrate {css} and {xid} tags to new builtinfunctions css() and xid() 2017-08-29 15:56:43 -04:00
WhoisSettings.soy Migrate {css} and {xid} tags to new builtinfunctions css() and xid() 2017-08-29 15:56:43 -04:00