Changeset 30818 for lang/perl/HTML-MobileJpCSS
- Timestamp:
- 03/04/09 19:46:27 (4 years ago)
- Location:
- lang/perl/HTML-MobileJpCSS/trunk
- Files:
-
- 1 added
- 3 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
lib/HTML/MobileJpCSS.pm (modified) (2 diffs)
-
t/07_sjis.t (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTML-MobileJpCSS/trunk/Changes
r29499 r30818 1 1 Revision history for HTML-MobileJpCSS 2 3 0.03 Tue Mar 4 19:21:12 2009 4 - Fixed Quote Regex 5 (Thanks to Craftworks) 2 6 3 7 0.02 Tue Feb 3 19:45:12 2009 -
lang/perl/HTML-MobileJpCSS/trunk/MANIFEST
r29499 r30818 28 28 t/05_multiple.t 29 29 t/06_html.t 30 t/07_imultibyte.t 30 31 t/css/t.css -
lang/perl/HTML-MobileJpCSS/trunk/lib/HTML/MobileJpCSS.pm
r29499 r30818 7 7 use HTTP::MobileAgent; 8 8 9 our $VERSION = '0.0 2';9 our $VERSION = '0.03'; 10 10 11 11 our %IstyleDoCoMo = ( … … 211 211 } 212 212 $replace =~ s/[\n\s]+/ /g; 213 $content =~ s/ $node/$replace/is;213 $content =~ s/\Q$node\E/$replace/is; 214 214 return $content; 215 215 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)