www/nightly.adium.im 7:4f15421a6263: Close tags and use the corr...
commits at adium.im
commits at adium.im
Wed Jul 27 17:45:30 UTC 2011
details: http://hg.adium.im/www/nightly.adium.im/rev/4f15421a6263
revision: 7:4f15421a6263
branch: (none)
author: Colin Barrett <colin at springsandstruts.com>
date: Wed Jul 27 10:45:26 2011 -0700
Close tags and use the correct variable names, derp.
diffs (15 lines):
diff -r 9d40a35b73e5 -r 4f15421a6263 index.php
--- a/index.php Wed Jul 27 10:35:26 2011 -0700
+++ b/index.php Wed Jul 27 10:45:26 2011 -0700
@@ -109,9 +109,9 @@
<?
$branchlist = scandir(".");
foreach ($branchlist as $branch) {
- if (preg_match("/^\./",$filename) || !is_dir($branch) || $branch == $repo_branch) { continue; }
+ if (preg_match("/^\./",$branch) || !is_dir($branch) || $branch == $repo_branch) { continue; }
?>
- <a href="/?repo_branch=<?=$branch?>"><?=$branch?>
+ <a href="/?repo_branch=<?=$branch?>"><?=$branch?></a>
<?
}
?>
More information about the commits
mailing list