Skip to content
Snippets Groups Projects
Commit d0b1dbac authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Fix minor bug.

parent 3c2b27c2
No related branches found
No related tags found
No related merge requests found
......@@ -31,16 +31,6 @@ $having = "";
$active = 0;
$idle = 0;
function MakeMouseOver($string)
{
$string = ereg_replace("\n", "<br>", $string);
$string = ereg_replace("\r", "", $string);
$string = htmlentities($string);
$string = preg_replace("/\'/", "\&\#039;", $string);
return "onmouseover=\"return escape('$string')\"";
}
#
# Hack for NSDI deadline. Generalize later.
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment