diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/html/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php index 4e38e1e1..b9a85038 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -80,7 +80,7 @@ html_header(); # Big Top Level Table (Table 1) echo "<div class=\"pgbox\">\n"; -echo " <div class=\"pgboxtitle\"><span class=\"f3\">AUR-".__("Home")."</span></div>\n"; +echo " <div class=\"pgboxtitle\"><span class=\"f3\">AUR ".__("Home")."</span></div>\n"; echo " <div class=\"frontpgboxbody\">\n"; echo "<table border='0' cellpadding='0' cellspacing='3' width='90%'>\n"; echo "<tr>\n"; |