spelling mistake: Last-Modiified (two i's)

Reviewed by:	"Jon T. Erichsen" <web28@staff.web.dk>
This commit is contained in:
Wolfram Schneider 1999-02-01 21:07:42 +00:00
parent c62a541970
commit 472727c3ba
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4168

View file

@ -1,5 +1,5 @@
#!/usr/bin/perl
# $Id: query-pr-summary.cgi,v 1.18 1998-12-15 00:35:52 fenner Exp $
# $Id: query-pr-summary.cgi,v 1.19 1999-02-01 21:07:42 wosch Exp $
$html_mode = 1 if $ENV{'DOCUMENT_ROOT'};
$self_ref = $ENV{'SCRIPT_NAME'};
@ -514,7 +514,7 @@ print qq`
<TD><B>Sort by</B>:</TD>
<TD><SELECT NAME="sort">
<OPTION SELECTED VALUE="none">No Sort</OPTION>
<OPTION VALUE="lastmod">Last-Modiified</OPTION>
<OPTION VALUE="lastmod">Last-Modified</OPTION>
<OPTION VALUE="category">Category</OPTION>
<OPTION VALUE="responsible">Responsible Party</OPTION>
</SELECT></TD>