Corrected issue with post title edit field width

This commit is contained in:
Matthew Barbour 2020-06-21 18:24:33 -05:00 committed by Shish
parent 2f313b704a
commit fac2067069

View file

@ -9,9 +9,7 @@ class PostTitlesTheme extends Themelet
<td>
".($can_set ? "
<span class='view'>".html_escape($title)."</span>
<span class='edit'>
<input class='edit' type='text' name='post_title' value='".html_escape($title)."' />
</span>
" : html_escape("
$title
"))."