diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-12-07 18:44:22 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-12-07 18:44:22 -0500 |
commit | f5c1851bbb147bb25ec07f60a09196baf4880100 (patch) | |
tree | 09519d1e216961640f5e2c054b8bf66a6b4fcc74 | |
parent | c3ebc4d7fa35b280c353192b23d7b6338f60a9a9 (diff) |
header.php: Remove lingering </li> tag.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-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 796defd..3f8cff1 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 |