diff --git a/ext/tag_edit/theme.php b/ext/tag_edit/theme.php index 16cda439..daf2c402 100644 --- a/ext/tag_edit/theme.php +++ b/ext/tag_edit/theme.php @@ -84,15 +84,16 @@ class TagEditTheme extends Themelet { global $user; $h_source = html_escape($image->get_source()); $f_source = $this->format_source($image->get_source()); + $style = "overflow: hidden; white-space: nowrap; max-width: 350px; text-overflow: ellipsis;"; return " Source ".($user->can("edit_image_source") ? " - $f_source +
$f_source
" : " - $f_source +
$f_source
")."