We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aba5f7 commit e2b0858Copy full SHA for e2b0858
public_html/lists/admin/lib.php
@@ -1960,7 +1960,7 @@ function shortenTextDisplay($text, $max = 30)
1960
$display = str_replace('/', '/​', $display);
1961
$display = str_replace('@', '@​', $display);
1962
1963
- return sprintf('<span title="%s" ondblclick="alert(\'%s\');">%s</span>', htmlspecialchars($text),
+ return sprintf('<span title="%s">%s</span>', htmlspecialchars($text),
1964
htmlspecialchars($text), $display);
1965
}
1966
0 commit comments