]> andersk Git - sql-web.git/blobdiff - lib/joe.lib.php
mitsql 0,21
[sql-web.git] / lib / joe.lib.php
index 24842377377fb298905fb259f7ce5a215903ae0e..55afc814ae06ef93fec8fcc42eae683ad5240f72 100755 (executable)
@@ -107,11 +107,11 @@ function fetchRows($rs, $key = null) {
 
 function printErrors($errArray) {
     if (isset($errArray) && count($errArray)) {
-        echo '<ul style="color:red;">';
+        echo '<div class="err"><ul>';
         foreach($errArray as $err) {
-            echo '<li style="color:red;"><p>',$err,'</p></li>';
+            echo '<li><p>',$err,'</p></li>';
         }
-        echo '</ul>';
+        echo '</ul></div>';
     }
 }
 
This page took 0.238531 seconds and 4 git commands to generate.