mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 08:52:20 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user