Corrected issue with post title edit field width
This commit is contained in:
parent
2f313b704a
commit
fac2067069
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
"))."
|
||||
|
|
Reference in a new issue