Mailing List Archive

svn commit: r329326 - /spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi
Author: jm
Date: Fri Oct 28 16:01:47 2005
New Revision: 329326

URL: http://svn.apache.org/viewcvs?rev=329326&view=rev
Log:
oops, mixed up height and width

Modified:
spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi

Modified: spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi?rev=329326&r1=329325&r2=329326&view=diff
==============================================================================
--- spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi (original)
+++ spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi Fri Oct 28 16:01:47 2005
@@ -313,18 +313,16 @@
{
my $graph_on = qq{

- <p><strong>Rule's hit-rate over time:</strong>: <a
+ <p><strong>Rule's hit-rate over time:</strong> <a
href="}.gen_switch_url("s_g_over_time", "0").qq{">Hide</a>
- </p>
-
- <img src="}.gen_switch_url("graph", "over_time").qq{"
- height=800 width=815 />
+ </p> <img src="}.gen_switch_url("graph", "over_time").qq{"
+ width=800 height=815 />

};

my $graph_off = qq{

- <p><strong>Rule's hit-rate over time:</strong>: <a
+ <p><strong>Rule's hit-rate over time:</strong> <a
href="}.gen_switch_url("s_g_over_time", "1").qq{">Show</a>
</p>