diff options
Diffstat (limited to 'showvotes.cgi')
-rwxr-xr-x | showvotes.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/showvotes.cgi b/showvotes.cgi index d6384b59e..429c71545 100755 --- a/showvotes.cgi +++ b/showvotes.cgi @@ -120,5 +120,5 @@ if (defined $::FORM{'bug_id'}) { print qq{<a href="votehelp.html">Help! I don't understand this voting stuff</a>}; -navigation_header(); +PutFooter(); |