diff options
author | hubertf <hubertf> | 1999-12-10 13:53:06 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-12-10 13:53:06 +0000 |
commit | 929cebf884a154ffbfe30043e152c36afa51771a (patch) | |
tree | 4e5b20a616a6abd525aecc0693b44d443ebe3d0b /templates | |
parent | ff18669d7d7756e3b78bc720dde063b7e9b4394d (diff) | |
download | pkgsrc-929cebf884a154ffbfe30043e152c36afa51771a.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> |