From bbd35c12bf6b886a7768c4c6d43d8dca21f549aa Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 8 Oct 2007 03:56:23 +0000 Subject: Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by Frédéric Buclin r=mkanat a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- showdependencygraph.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'showdependencygraph.cgi') diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index fd042f436..c4d371f45 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -71,7 +71,7 @@ sub CreateImagemap { # Pick up bugid from the mapdata label field. Getting the title from # bugtitle hash instead of mapdata allows us to get the summary even # when showsummary is off, and also gives us status and resolution. - my $bugtitle = value_quote($bugtitles{$bugid}); + my $bugtitle = html_quote(clean_text($bugtitles{$bugid})); $map .= qq{bug $bugid\n}; -- cgit v1.2.3-24-g4f1b