diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-12-08 00:44:22 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-12-08 00:44:22 +0100 |
commit | f5c1851bbb147bb25ec07f60a09196baf4880100 (patch) | |
tree | 09519d1e216961640f5e2c054b8bf66a6b4fcc74 /web | |
parent | c3ebc4d7fa35b280c353192b23d7b6338f60a9a9 (diff) | |
download | aur-f5c1851bbb147bb25ec07f60a09196baf4880100.tar.gz aur-f5c1851bbb147bb25ec07f60a09196baf4880100.tar.xz |
header.php: Remove lingering </li> tag.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web')
-rw-r--r-- | web/template/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/header.php b/web/template/header.php index 796defd9..3f8cff1b 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -28,7 +28,7 @@ <a href="index.php">AUR <?php print __("Home"); ?></a> <a href="account.php"><?php print __("Accounts"); ?></a> <a href="packages.php"><?php print __("Packages"); ?></a> - <a href="http://bugs.archlinux.org/index.php?tasks=all&project=2"><?php print __("Bugs"); ?></a></li> + <a href="http://bugs.archlinux.org/index.php?tasks=all&project=2"><?php print __("Bugs"); ?></a> <a href="http://archlinux.org/mailman/listinfo/aur-general"> <?php print __("Discussion"); ?></a> <?php |