Merge branch 'master' of linz:/srv/git/git-kairo
[php-utility-classes.git] / testbed / ua_list.php
index 7f8302de61a80e82d679561ba24131b6cf352913..3b417afd30053ccb5a604cd721e05b179fddb10e 100644 (file)
@@ -36,7 +36,7 @@ if (count($ualist)) {
     if (substr($uastring, 0, 1) == '#') {
       // comment
       print(' <tr>'."\n");
-      print('  <td colspan="9" class="comment">'.substr($uastring, 1).'</td>'."\n");
+      print('  <td colspan="10" class="comment">'.substr($uastring, 1).'</td>'."\n");
       print(' </tr>'."\n");
     }
     else {