html bug fixed: tags label must be closed

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1239 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2006-04-21 20:28:46 +00:00
parent 3af17f2e09
commit 6b376444b5
+2 -2
View File
@@ -303,8 +303,8 @@
<p>
{lang:target}
<label><input type="radio" name="target" value="all" /> {lang:all}
<label><input type="radio" name="target" value="selection" checked="checked" /> {lang:selection}
<label><input type="radio" name="target" value="all" /> {lang:all}</label>
<label><input type="radio" name="target" value="selection" checked="checked" /> {lang:selection}</label>
</p>
<p>