stip slash the message to be displayed

This commit is contained in:
Loïc Chapeaux
2001-05-08 00:03:01 +00:00
parent e80fae42d5
commit 1822cf5294

View File

@@ -587,7 +587,7 @@ function show_message($message) {
<table border="<?php echo $GLOBALS['cfgBorder'];?>"> <table border="<?php echo $GLOBALS['cfgBorder'];?>">
<tr> <tr>
<td bgcolor="<?php echo $GLOBALS['cfgThBgcolor'];?>"> <td bgcolor="<?php echo $GLOBALS['cfgThBgcolor'];?>">
<b><?php echo $message;?><b><br> <b><?php echo stripslashes($message);?><b><br>
</td> </td>
</tr> </tr>
<?php <?php