mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Tweak to etxt in box
This commit is contained in:
parent
920bb7ab2f
commit
2338465770
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user