diff options
author | eric <eric> | 2004-07-02 14:47:16 +0200 |
---|---|---|
committer | eric <eric> | 2004-07-02 14:47:16 +0200 |
commit | ae26c9ce2a0bfe6ed0f5282f08cb672364de1c19 (patch) | |
tree | 875d35581e9b9a5ed0bb309aaf524ee69cf0d9fd /web/lib/aur.inc | |
parent | 23589299786ac249ed16feb28a83f3e3da3d2829 (diff) | |
download | aur-ae26c9ce2a0bfe6ed0f5282f08cb672364de1c19.tar.gz aur-ae26c9ce2a0bfe6ed0f5282f08cb672364de1c19.tar.xz |
baby steps
Diffstat (limited to 'web/lib/aur.inc')
-rw-r--r-- | web/lib/aur.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc index bdec6435..26e538ad 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -365,7 +365,8 @@ function html_header() { # XXX Can I scale a PNG like this? # - print "<img src='/images/AUR-logo-80.png' width='85' height='45' border='0' /></a></td>\n"; + print "<img src='/images/AUR-logo-80.png' width='85' height='45' "; + print "alt='AUR' border='0' /></a></td>\n"; print " <td class='headerDisplay' valign='top' align='right'>"; print "<span class='preHeader'>ArchLinux User-community Repository</span><br />"; |