/[health_html]/inc/global.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /inc/global.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by ravilov, Fri Sep 28 23:34:37 2001 UTC revision 1.15 by ravilov, Tue Oct 2 16:18:09 2001 UTC
# Line 52  Line 52 
52                          '\$allowed,false)?"\1":HTMLSpecialChars("\1")', $str);                          '\$allowed,false)?"\1":HTMLSpecialChars("\1")', $str);
53                  $str = preg_replace('/(\<\s*A\b)/i', '\\1 target=_blank class=more', $str);                  $str = preg_replace('/(\<\s*A\b)/i', '\\1 target=_blank class=more', $str);
54                  $str = preg_replace('/(\<\s*TABLE\b)/i', '\\1 class=normal', $str);                  $str = preg_replace('/(\<\s*TABLE\b)/i', '\\1 class=normal', $str);
55                  $str = preg_replace('/(class=normal)( class=normal)+/', '\\1', $str);                  $str = preg_replace('/(class=[^         ]+)( class=[^   ]+)+/', '\\1', $str);
56                  $str = my_replace($str, "<TABLE", "/TABLE>");                  $str = my_replace($str, "<TABLE", "/TABLE>");
57                  $str = my_replace($str, "<UL", "/UL>", true);                  $str = my_replace($str, "<UL", "/UL>", true);
58                  $str = my_replace($str, "<OL", "/OL>");                  $str = my_replace($str, "<OL", "/OL>");

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.26