Dropped cursor:help and swapped ellipsis

This commit is contained in:
Josh Sherman 2013-04-27 17:50:22 -04:00
parent 73ae91d629
commit 5cb8cb5203
2 changed files with 2 additions and 2 deletions

View file

@ -225,7 +225,7 @@ class String
{ {
if ($hover == true) if ($hover == true)
{ {
$string = '<span title="' . $string . '" style="cursor:help">' . substr($string, 0, $length) . '...</span>'; $string = '<span title="' . $string . '">' . substr($string, 0, $length) . '&hellip;</span>';
} }
else else
{ {

View file

@ -7982,7 +7982,7 @@ class String
{ {
if ($hover == true) if ($hover == true)
{ {
$string = '<span title="' . $string . '" style="cursor:help">' . substr($string, 0, $length) . '...</span>'; $string = '<span title="' . $string . '">' . substr($string, 0, $length) . '&hellip;</span>';
} }
else else
{ {