diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-12-10 13:53:06 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-12-10 13:53:06 +0000 |
commit | 3ffae3dc66bc70d3bdceb886dc056e0fbe660274 (patch) | |
tree | 4e5b20a616a6abd525aecc0693b44d443ebe3d0b /templates | |
parent | c796d50e0e652858570d49c26520074827eaddbe (diff) | |
download | pkgsrc-3ffae3dc66bc70d3bdceb886dc056e0fbe660274.tar.gz |
Embed number of items in the category into the sentence.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/README.category | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/README.category b/templates/README.category index bbfc3deb65c..e0d3ef5c542 100644 --- a/templates/README.category +++ b/templates/README.category @@ -1,4 +1,4 @@ -<!-- $NetBSD: README.category,v 1.8 1999/12/06 23:40:56 abs Exp $ --> +<!-- $NetBSD: README.category,v 1.9 1999/12/10 13:53:06 hubertf Exp $ --> <html> <head> <title>The NetBSD Packages Collection: %%CATEGORY%%</title> @@ -16,9 +16,9 @@ <p> %%DESCR%% -<p>Here are the one-line descriptions for each of the items ( +<p>Here are the one-line descriptions for each of the %%NUMITEMS%% -) in this directory: +items in this directory: <p><hr noshade> <p><table> |