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.pkg | |
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.pkg')
-rw-r--r-- | templates/README.pkg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/README.pkg b/templates/README.pkg index 97f760af121..af5c200fe90 100644 --- a/templates/README.pkg +++ b/templates/README.pkg @@ -1,4 +1,4 @@ -<!-- $NetBSD: README.pkg,v 1.12 1999/11/03 04:12:48 hubertf Exp $ --> +<!-- $NetBSD: README.pkg,v 1.13 1999/12/06 23:06:45 abs Exp $ --> <html> <head> <title>The NetBSD Packages Collection: %%PORT%%</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>%%PORT%%</i></h1> |