htmlentities() to s()

This commit is contained in:
stronk7 2006-04-11 15:42:08 +00:00
parent 23407fb76b
commit 3725cc8a58

View File

@ -579,7 +579,7 @@ if ($nextstage == SAVE) {
echo "<hr />\n";
echo "<div style=\"text-align: left\">\n";
print_object(htmlentities($str));
print_object(s($str));
echo "</div>\n";
}
} else {