info-ref: No more $Id$

This commit is contained in:
Alex Schroeder
2015-04-02 20:46:09 +02:00
parent 8485109597
commit 7c8efe2a93

View File

@@ -70,7 +70,6 @@ sub ProcessRequest {
sub ShowForm {
print $q->header, $q->start_html,
$q->start_form, "Index entry: ", $q->textfield('find'), $q->submit, $q->end_form,
$q->p('$Id: info-ref,v 1.6 2005/08/31 14:01:17 as Exp $'),
$q->end_html;
}