diff --git a/public_html/inc_functions.php b/public_html/inc_functions.php
index 5b7af91830ee06936edd99d8f104b8f55a5400f0..ea62f071a8534adce95a05f8fb99de5b6b26024b 100644
--- a/public_html/inc_functions.php
+++ b/public_html/inc_functions.php
@@ -164,7 +164,8 @@ function _sendHtml($sTitle, $sContent){
 function _wd($s, $sLevel='info'){
     global $bDebug;
     if ($bDebug){
-        echo '<div class="debug debug-'.$sLevel.'">DEBUG: '.$s.'</div>';
+        // echo '<div class="debug debug-'.$sLevel.'">DEBUG: '.$s.'</div>';
+        echo "DEBUG[$sLevel]: $s<br>\n";
     }
     return true;
 }