[Orca-checkins] rev 167 - trunk/orca/src

blair at orcaware.com blair at orcaware.com
Tue Nov 26 10:24:01 PST 2002


Author: blair
Date: 2002-11-26 10:23:03 -0800 (Tue, 26 Nov 2002)
New Revision: 167

Modified:
   trunk/orca/src/orca.pl.in
Log:
* src/orca.pl.in:
  Orca 0.27b1 introduced the string `ZZZ' into the title of all HTML
  pages showing the daily through yearly images for a particular plot
  for a particular subgroup.  Remove the string.


Modified: trunk/orca/src/orca.pl.in
==============================================================================
--- trunk/orca/src/orca.pl.in	(original)
+++ trunk/orca/src/orca.pl.in	2002-11-26 10:23:18.000000000 -0800
@@ -923,7 +923,7 @@
                                                        $image->subgroup_name);
       my $summarize_name       = "$html_dir/$with_subgroup_name.html";
       my $summarize_html       = Orca::HTMLFile->new($summarize_name,
-                                                     "$html_title_name ZZZ $legend_with_subgroup",
+                                                     "$html_title_name $legend_with_subgroup",
                                                      $config_global{html_page_header},
                                                      $config_global{html_page_footer});
       unless ($summarize_html) {




More information about the Orca-checkins mailing list