From: justdave%syndicomm.com <> Date: Wed, 27 Nov 2002 04:15:01 +0000 (+0000) Subject: Bug 179329: filter quips in "show all the quips" for HTML X-Git-Tag: bugzilla-2.14.5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=571ebbaffcbb6afb53e7b739f4db08eb906cd0c5;p=thirdparty%2Fbugzilla.git Bug 179329: filter quips in "show all the quips" for HTML --- diff --git a/quips.cgi b/quips.cgi index 897bf32d0e..6cb889366a 100755 --- a/quips.cgi +++ b/quips.cgi @@ -1,4 +1,4 @@ -#!/usr/bonsaitools/bin/perl -w +#!/usr/bonsaitools/bin/perl # -*- Mode: perl; indent-tabs-mode: nil -*- # # The contents of this file are subject to the Mozilla Public @@ -49,7 +49,7 @@ if (exists $::FORM{show_quips}) { if (open (COMMENTS, ") { - print $_,"
\n"; + print html_quote($_),"
\n"; } close COMMENTS; }