mirror of
https://github.com/google/nomulus.git
synced 2025-05-02 04:57:51 +02:00
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 |
||
---|---|---|
.. | ||
BUILD | ||
ContactCreate.soy | ||
CreateAnchorTenant.soy | ||
DeleteDomain.soy | ||
DeleteHost.soy | ||
DomainAllocate.soy | ||
DomainApplicationInfo.soy | ||
DomainCheck.soy | ||
DomainCheckClaims.soy | ||
DomainCheckFee.soy | ||
DomainCreate.soy | ||
DomainUpdate.soy | ||
HostCreate.soy | ||
RemoveIpAddress.soy | ||
UniformRapidSuspension.soy | ||
UpdateServerLocks.soy |