closing tag is unneeded

This commit is contained in:
Daku 2016-06-19 05:01:13 +01:00
parent 6486a4757f
commit 5ae10473e3

View file

@ -85,8 +85,7 @@ class LinkImageTheme extends Themelet {
return "
<tr>
<td><label for='".$id."' title='Click to select the textbox'>$label</label></td>
<td><input type='text' readonly='readonly' id='".$id."' name='".$id."'
value='".html_escape($content)."' onfocus='this.select();'></input></td>
<td><input type='text' readonly='readonly' id='".$id."' name='".$id."' value='".html_escape($content)."' onfocus='this.select();' /></td>
</tr>
";
}