Attributes must be enclosed with double-quotes

This commit is contained in:
Marc Delisle 2012-04-11 16:53:00 -04:00
parent 0ebf022426
commit 9683539295

View File

@ -272,9 +272,9 @@ foreach ($fields as $row) {
$displayed_type = $type;
if (strlen($type) > $GLOBALS['cfg']['LimitChars']) {
$displayed_type = "<abbr title='$type'>";
$displayed_type = '<abbr title="' . $type . '">';
$displayed_type .= substr($type, 0, $GLOBALS['cfg']['LimitChars']);
$displayed_type .= "</abbr>";
$displayed_type .= '</abbr>';
}
// Display basic mimetype [MIME]