Changeset 22896
- Timestamp:
- 11/07/08 10:37:59 (2 months ago)
- Location:
- lang/perl/Moxy/trunk
- Files:
-
- 3 modified
-
Changes (modified) (1 diff)
-
lib/Moxy.pm (modified) (1 diff)
-
t/Plugins/DisplayWidth.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Moxy/trunk/Changes
r20503 r22896 1 1 Revision history for Moxy 2 3 0.47 4 5 - ignore optionalEndTags(don't strip </p>) 6 - rewrite url() in the css 7 - added Plugin::ShowHTMLSource 8 - added Plugin::ResponseTime 2 9 3 10 0.46 -
lang/perl/Moxy/trunk/lib/Moxy.pm
r22869 r22896 6 6 use Class::Component 0.16; 7 7 8 our $VERSION = '0.4 6';8 our $VERSION = '0.47'; 9 9 10 10 use Carp; -
lang/perl/Moxy/trunk/t/Plugins/DisplayWidth.t
r10714 r22896 75 75 </html> 76 76 --- expected 77 <html><head></head><body><div style="border: 1px black solid; width: 240px; margin: 0 auto;float: left; "></div></body></html>77 <html><head></head><body><div style="border: 1px black solid; width: 240px; margin: 0 auto;float: left; height: 90%; overflow: auto;"></div></body></html> 78 78 79 79 === wx310k(willcom) … … 86 86 </html> 87 87 --- expected 88 <html><head></head><body><div style="border: 1px black solid; width: 320px; margin: 0 auto;float: left; "></div></body></html>88 <html><head></head><body><div style="border: 1px black solid; width: 320px; margin: 0 auto;float: left; height: 90%; overflow: auto;"></div></body></html> 89 89
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)