Commit 807c7993 authored by gerv%gerv.net's avatar gerv%gerv.net
Browse files

Bug 104261 - incorrect template paths. r=myk, ddk.

parent fcb3db43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ use Template;
my $template = Template->new(
  {
    # Colon-separated list of directories containing templates.
    INCLUDE_PATH => 'template/default' ,
    INCLUDE_PATH => 'template/custom:template/default' ,
    # Allow templates to be specified with relative paths.
    RELATIVE => 1 
  }
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ use Template;
my $template = Template->new(
  {
    # Colon-separated list of directories containing templates.
    INCLUDE_PATH => 'template/default' ,
    INCLUDE_PATH => 'template/custom:template/default' ,
    # Allow templates to be specified with relative paths.
    RELATIVE => 1 
  }
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ use Template;
my $template = Template->new(
  {
    # Colon-separated list of directories containing templates.
    INCLUDE_PATH => "template/default" ,
    INCLUDE_PATH => "template/custom:template/default" ,
    # Allow templates to be specified with relative paths.
    RELATIVE => 1 
  }
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ use Template;
my $template = Template->new(
  {
    # Colon-separated list of directories containing templates.
    INCLUDE_PATH => "template/default" ,
    INCLUDE_PATH => "template/custom:template/default" ,
    # Allow templates to be specified with relative paths.
    RELATIVE => 1 
  }