www/nightly.adium.im 23:20828be15e64: We should actually print i...

commits at adium.im commits at adium.im
Sun Dec 18 10:35:27 UTC 2011


details:	http://hg.adium.im/www/nightly.adium.im/rev/20828be15e64
revision:	23:20828be15e64
branch:		(none)
author:		Adrian Godoroja <robotive at me.com>
date:		Sun Dec 18 12:35:21 2011 +0200

We should actually print it, not just generate.

diffs (11 lines):

diff -r e1f50489bd0f -r 20828be15e64 index.php
--- a/index.php	Sun Dec 18 12:31:16 2011 +0200
+++ b/index.php	Sun Dec 18 12:35:21 2011 +0200
@@ -93,6 +93,7 @@
     if (preg_match("/^\./",$branch) || !is_dir($branch) || $branch == $repo_branch) { continue; }
   	$branchLinks .= '<a href="/?repo_branch=' . $branch . '">' . $branch . '</a>'; 
   }
+  echo $branchLinks;
 ?>
 </div>
 <div class="list">




More information about the commits mailing list