google-nomulus/java/google/registry/tools/soy
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 Run buildifier on codebase to format BUILD files 2016-11-28 18:15:21 -05:00
ContactCreate.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
CreateAnchorTenant.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
DeleteDomain.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
DeleteHost.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
DomainAllocate.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
DomainApplicationInfo.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
DomainCheck.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
DomainCheckClaims.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
DomainCheckFee.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
DomainCreate.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
DomainUpdate.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
HostCreate.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
RemoveIpAddress.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
UniformRapidSuspension.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00
UpdateServerLocks.soy Fix closing and self-closing tags in templates 2017-09-20 10:27:17 -04:00