]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
- move status table html closure after parsing logfile
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 7 Sep 2013 21:18:24 +0000 (21:18 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 7 Sep 2013 21:18:24 +0000 (21:18 +0000)
index.php

index 044bd40468d7251e035972aafe530fa099908bbb..91864dcddcb83148a9dea61f66afd94f3c856ba2 100644 (file)
--- a/index.php
+++ b/index.php
@@ -336,7 +336,6 @@ function dump_log($tail)
                getenv("SCRIPT_NAME") . "?idx=$idx&amp;ok=$ok&amp;id=$id</a>" .
             "</td></tr>"; */
 
-       echo "</table>";
 
 
        # what can I say beside PHP suxx? how the fuck should I create
@@ -389,6 +388,8 @@ function dump_log($tail)
        $code = ob_get_contents();
        ob_end_clean();
 
+       echo "</table>";
+
        if (!empty($toc)) {
                echo "<h2>"._("Toc:")."</h2>";
                echo "<ul class=toc>";
@@ -484,7 +485,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.20 $'.
+            '$Revision: 1.21 $'.
             "</small></div>\n";
 
        # smile ;)
@@ -853,7 +854,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.20 2012/06/22 12:11:12 arekm Exp $</p>
+<p>Version: $Id: index.php,v 1.21 2013/09/07 16:58:53 glen Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.069499 seconds and 4 git commands to generate.