diff options
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/header.php | 2 | ||||
-rw-r--r-- | web/template/search_accounts_form.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/template/header.php b/web/template/header.php index 440cb24..8e02211 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -43,7 +43,7 @@ if (isset($_COOKIE["AURSID"])) { .__("My Packages")."</a></li>\n"; } ?> - <li><a href="http://www.archlinux.org/mailman/listinfo/tur-users/"> + <li><a href="http://archlinux.org/mailman/listinfo/aur-general"> <?php print __("Discussion"); ?></a></li> <li><a href="http://bugs.archlinux.org/index.php?tasks=all&project=2"><?php print __("Bugs"); ?></a></li> <li><a href="packages.php"><?php print __("Packages"); ?></a></li> diff --git a/web/template/search_accounts_form.php b/web/template/search_accounts_form.php index 6e7d552..d5665e9 100644 --- a/web/template/search_accounts_form.php +++ b/web/template/search_accounts_form.php @@ -58,7 +58,7 @@ <td> </td> <td align='left'> <br/> <input type='submit' class='button' - value="<?php print __("Search'"); ?>"> + value="<?php print __("Search"); ?>"> <input type='reset' class='button' value="<?php print __("Reset"); ?>"></td> </tr> |