Author: earle Date: 2005-10-09 22:26:12 +0100 (Sun, 09 Oct 2005) New Revision: 682
Modified: trunk/lib/OpenGuides/Template.pm Log: of course I missed some more whitespace needing fixing
Modified: trunk/lib/OpenGuides/Template.pm =================================================================== --- trunk/lib/OpenGuides/Template.pm 2005-10-09 21:25:24 UTC (rev 681) +++ trunk/lib/OpenGuides/Template.pm 2005-10-09 21:26:12 UTC (rev 682) @@ -111,8 +111,8 @@ my $custom_template_path = $config->custom_template_path || ""; my $tt = Template->new( { INCLUDE_PATH => "$custom_template_path:$template_path" } );
- my $script_name = $config->script_name; - my $script_url = $config->script_url; + my $script_name = $config->script_name; + my $script_url = $config->script_url; my $default_city = $config->default_city;
# Check cookie to see if we need to set the formatting_rules_link. @@ -126,8 +126,8 @@ if (( $formatting_rules_node ) and !( $formatting_rules_link )){ $formatting_rules_link = $script_url . $script_name . "?" . uri_escape($args{wiki}->formatter->node_name_to_node_param($formatting_rules_node)); + } } - }
my $enable_page_deletion = 0; if ( $config->enable_page_deletion
openguides-commits@lists.openguides.org