From 3e4bed239348cf5af0c70c3ab6315c0f24044959 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 6 Nov 2013 15:08:45 +0100 Subject: Bug 287682: UTF-8 characters are incorrectly displayed in New Charts and graphical reports r=wurblzap a=sgreen --- Bugzilla/Config/DependencyGraph.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Config/DependencyGraph.pm') diff --git a/Bugzilla/Config/DependencyGraph.pm b/Bugzilla/Config/DependencyGraph.pm index 42f34e30e..51836405c 100644 --- a/Bugzilla/Config/DependencyGraph.pm +++ b/Bugzilla/Config/DependencyGraph.pm @@ -22,7 +22,14 @@ sub get_param_list { type => 't', default => 'http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%', checker => \&check_webdotbase - } ); + }, + + { + name => 'font_file', + type => 't', + default => '', + checker => \&check_font_file + }); return @param_list; } -- cgit v1.2.3-24-g4f1b