Removed obsolete trailing slashes from void elements
authorMarcel Werk <burntime@woltlab.com>
Tue, 14 Jun 2016 10:28:21 +0000 (12:28 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 14 Jun 2016 10:28:21 +0000 (12:28 +0200)
templates/legalNotice.tpl

index 1cb429a4d367a20579baf63e788448bfcae2ac0b..e3f126a65a19e870b04bafc8ae0c06a172479cfa 100644 (file)
@@ -1,7 +1,7 @@
 {capture assign='contentDescription'}{lang}wcf.legalNotice.description{/lang}{/capture}
 
 {capture assign='headContent'}
-       <link rel="canonical" href="{link controller='LegalNotice'}{/link}" />
+       <link rel="canonical" href="{link controller='LegalNotice'}{/link}">
 {/capture}
 
 {include file='header'}