www/nightly.adium.im 24:57440abda33b: Add some space between bra...
commits at adium.im
commits at adium.im
Tue Dec 20 09:12:45 UTC 2011
details: http://hg.adium.im/www/nightly.adium.im/rev/57440abda33b
revision: 24:57440abda33b
branch: (none)
author: Adrian Godoroja <robotive at me.com>
date: Tue Dec 20 11:12:15 2011 +0200
Add some space between branch links.
diffs (12 lines):
diff -r 20828be15e64 -r 57440abda33b index.php
--- a/index.php Sun Dec 18 12:35:21 2011 +0200
+++ b/index.php Tue Dec 20 11:12:15 2011 +0200
@@ -91,7 +91,7 @@
$branchlist = scandir(".");
foreach ($branchlist as $branch) {
if (preg_match("/^\./",$branch) || !is_dir($branch) || $branch == $repo_branch) { continue; }
- $branchLinks .= '<a href="/?repo_branch=' . $branch . '">' . $branch . '</a>';
+ $branchLinks .= '<a href="/?repo_branch=' . $branch . '">' . $branch . '</a> ';
}
echo $branchLinks;
?>
More information about the commits
mailing list