Tweak to etxt in box

This commit is contained in:
moodler 2002-12-09 13:48:31 +00:00
parent 920bb7ab2f
commit 2338465770

View File

@ -145,7 +145,7 @@ function print_continue($link) {
function print_simple_box($message, $align="", $width="", $color="#FFFFFF", $padding=5, $border=1) {
print_simple_box_start($align, $width, $color, $padding, $border);
echo "<P>".stripslashes($message)."</P>";
echo stripslashes($message);
print_simple_box_end();
}