From 571ebbaffcbb6afb53e7b739f4db08eb906cd0c5 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Wed, 27 Nov 2002 04:15:01 +0000 Subject: [PATCH] Bug 179329: filter quips in "show all the quips" for HTML --- quips.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.47.2