mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Tweak to etxt in box
This commit is contained in:
parent
920bb7ab2f
commit
2338465770
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ function print_continue($link) {
|
||||||
|
|
||||||
function print_simple_box($message, $align="", $width="", $color="#FFFFFF", $padding=5, $border=1) {
|
function print_simple_box($message, $align="", $width="", $color="#FFFFFF", $padding=5, $border=1) {
|
||||||
print_simple_box_start($align, $width, $color, $padding, $border);
|
print_simple_box_start($align, $width, $color, $padding, $border);
|
||||||
echo "<P>".stripslashes($message)."</P>";
|
echo stripslashes($message);
|
||||||
print_simple_box_end();
|
print_simple_box_end();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue