Properly end attribute list of tag on upload form
This commit is contained in:
parent
3051334d8f
commit
d39b084537
@ -59,7 +59,7 @@ class UploadTheme extends Themelet {
|
||||
$upload_list .= "
|
||||
<tr>
|
||||
<td colspan='2'><input type='file' name='data$i'></td>
|
||||
<td colspan='2'><input type='text' name='url$i'</td>
|
||||
<td colspan='2'><input type='text' name='url$i'></td>
|
||||
<td colspan='2'><input type='text' name='tags$i' class='autocomplete_tags' autocomplete='off'></td>
|
||||
</tr>
|
||||
";
|
||||
|
Loading…
x
Reference in New Issue
Block a user