Skip to content

Commit dc83ac8

Browse files
Fix previous commit (inputbox)
1 parent f1835c7 commit dc83ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/components/com_jtg/views/files/view.html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ protected function _displayForm($tpl)
688688
$thumb_name = 'thumb1_' . $image->filename;
689689
$images .= "<div class=\"jtg-photo-item\"\><input type=\"checkbox\" name=\"deleteimage_" . $image->id. "\" value=\"" . $image->filename . "\">" . JText::_('COM_JTG_DELETE_IMAGE') . " (" . $image->filename . ")<br />\n".
690690
"<img src=\"" . $img_path . 'thumbs/' . $thumb_name . "\" alt=\"" . $image->filename . "\" title=\"" . $image->filename . " (thumbnail)\" /><br />\n".
691-
"<input type=\"text\" class="inputbox jtg-photo-input" name=\"img_title_".$image->id. "\" value=\"".$image->title."\" placeholder=\"Title\"> <br /></div>\n";
691+
"<input type=\"text\" class=\"inputbox jtg-photo-input\" name=\"img_title_".$image->id. "\" value=\"".$image->title."\" placeholder=\"Title\"> <br /></div>\n";
692692
}
693693
$images .= "</div>";
694694

0 commit comments

Comments
 (0)