diff options
author | abs <abs@pkgsrc.org> | 1999-12-06 23:06:45 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 1999-12-06 23:06:45 +0000 |
commit | 52deb13b482a30dc93f08c9caa0ec57938e04cc9 (patch) | |
tree | 3eb63b89d10b37b2906c796e3b354964f2165773 /templates/README.category | |
parent | aec5e5eff2b198f9a8e0727428ef379de648bd45 (diff) | |
download | pkgsrc-52deb13b482a30dc93f08c9caa0ec57938e04cc9.tar.gz |
Include width= and height= tags for the image - speeds display of the rest
of the page
Diffstat (limited to 'templates/README.category')
-rw-r--r-- | templates/README.category | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/README.category b/templates/README.category index a0bb1cc4fcb..f84b87e1e63 100644 --- a/templates/README.category +++ b/templates/README.category @@ -1,4 +1,4 @@ -<!-- $NetBSD: README.category,v 1.6 1999/08/22 01:30:16 hubertf Exp $ --> +<!-- $NetBSD: README.category,v 1.7 1999/12/06 23:06:45 abs Exp $ --> <html> <head> <title>The NetBSD Packages Collection: %%CATEGORY%%</title> @@ -6,7 +6,8 @@ <body bgcolor=#ffffff> <a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> -<img align=right src="../templates/pkg-daemon.gif" alt="Daemon Power" border=0> +<img align=right src="../templates/pkg-daemon.gif" alt="Daemon Power" + width=127 height=121 border=0> </a> <h1>The NetBSD Packages Collection: <i>%%CATEGORY%%</i></h1> |