]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
- match CS (mono) errors
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 8 Sep 2013 13:23:20 +0000 (13:23 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 8 Sep 2013 13:23:20 +0000 (13:23 +0000)
index.php

index dada844294d44f2d8e138fa0ab1ff8c8e220460b..aca5b9f68f6334f10ab0ebd7d26c68b91c9246bd 100644 (file)
--- a/index.php
+++ b/index.php
@@ -364,7 +364,7 @@ function dump_log($tail)
                }
                $s = htmlspecialchars($s);
                // highlight errors
-               if (preg_match("/errors?:/i", $s)) {
+               if (preg_match("/error(s|\sCS\d+)?:/i", $s)) {
                        $err_count++;
                        $toc[] = "error $err_count";
                        $err[] = $s;
@@ -492,7 +492,7 @@ function list_archs()
                "alt=\""._("Powered by PLD Linux")."\" border=\"0\" /></a><br />\n" .
             "<small>(c) 2002 ".
             "<a href=\"mailto:feedback@pld-linux.org\">PLD&nbsp;Team</a><br />\n".
-            '$Revision: 1.22 $'.
+            '$Revision: 1.23 $'.
             "</small></div>\n";
 
        # smile ;)
@@ -861,7 +861,7 @@ function welcome()
 <!-- ech... niech strace... -->
 <a href="mailto:feedback@pld-linux.org"><?=_("to us")?></a>. <?=_("Positive opinions are also")?>
 <a href="mailto:feedback@pld-linux.org"><?=_("welcome")?></a> ;)</p>
-<p>Version: $Id: index.php,v 1.22 2013/09/07 21:18:24 glen Exp $</p>
+<p>Version: $Id: index.php,v 1.23 2013/09/07 21:18:46 glen Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.089658 seconds and 4 git commands to generate.