1
0
mirror of https://github.com/google/nomulus synced 2026-02-13 00:02:04 +00:00
Files
nomulus/java/google/registry
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
..
2017-08-29 17:21:43 -04:00
2017-09-20 10:27:17 -04:00
2017-09-20 10:27:17 -04:00
2017-09-12 15:51:50 -04:00
2017-09-12 15:51:50 -04:00
2017-07-12 11:03:50 -04:00
2017-05-03 10:43:25 -04:00