Looks like someone forgot to close a span element smile

The patch is against http://punbb.org/svn/punbb/branches/pun … upload@780 :

http://punbb.pastey.net/5300



Index: include/functions.php
===================================================================
--- include/functions.php    (revision 780)
+++ include/functions.php    (working copy)
@@ -1262,7 +1262,7 @@

    if (defined('PUN_DEBUG'))
    {
-        echo "\t\t\t".'<p><span><strong>File:</strong> '.$file.'</span>'."\n\t\t\t".'<span><strong>Line:</strong> '.$line.'<span></p>'."\n\t\t\t".'<p><strong>PunBB reported</strong>: '.$message.'</p>'."\n";
+        echo "\t\t\t".'<p><span><strong>File:</strong> '.$file.'</span>'."\n\t\t\t".'<span><strong>Line:</strong> '.$line.'</span></p>'."\n\t\t\t".'<p><strong>PunBB reported</strong>: '.$message.'</p>'."\n";

        if ($db_error)
        {

Patch against 1.2.12 :

--- punbb-1.2.12-orig/misc.php    2006-05-20 19:52:02.000000000 +0200
+++ punbb-1.2.12/misc.php    2006-05-24 23:22:50.000000000 +0200
@@ -49,7 +49,7 @@
     <h2><span><?php echo $lang_register['Forum rules'] ?></span></h2>
     <div class="box">
         <div class="inbox">
-            <p><?php echo $pun_config['o_rules_message'] ?></p>
+            <?php echo $pun_config['o_rules_message'] ?>
         </div>
     </div>
 </div>