]> git.pld-linux.org Git - packages/php-pear-HTML_Template_Flexy.git/blob - php-pear-HTML_Template_Flexy-case_fix.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-HTML_Template_Flexy.git] / php-pear-HTML_Template_Flexy-case_fix.patch
1 --- ./Flexy/Compiler/Regex/RtfSimpleTags.php.org        Fri Aug  1 11:46:00 2003
2 +++ ./Flexy/Compiler/Regex/RtfSimpleTags.php    Wed Sep 10 12:58:33 2003
3 @@ -33,7 +33,7 @@
4  
5  require_once "HTML/Template/Flexy/Filter/SimpleTags.php";
6  
7 -class HTML_Template_Flexy_Compiler_Regex_RtfSimpleTags extends HTML_Template_Flexy_Compiler_Regex_simpletags 
8 +class HTML_Template_Flexy_Compiler_Regex_RtfSimpleTags extends HTML_Template_Flexy_Compiler_Regex_SimpleTags 
9  {
10      /*
11      *   @var    string   $start    the start tag for the template (escaped for regex)
12 @@ -47,4 +47,4 @@
13      
14  }
15  
16 -?>
17 \ No newline at end of file
18 +?>
This page took 0.169556 seconds and 3 git commands to generate.