[Catalyst-commits] r8866 - trunk/examples/CatalystAdvent/root/2008
jester at dev.catalyst.perl.org
jester at dev.catalyst.perl.org
Sat Dec 13 23:55:25 GMT 2008
Author: jester
Date: 2008-12-13 23:55:25 +0000 (Sat, 13 Dec 2008)
New Revision: 8866
Modified:
trunk/examples/CatalystAdvent/root/2008/13.pod
Log:
very minor tweaks
Modified: trunk/examples/CatalystAdvent/root/2008/13.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2008/13.pod 2008-12-13 21:52:44 UTC (rev 8865)
+++ trunk/examples/CatalystAdvent/root/2008/13.pod 2008-12-13 23:55:25 UTC (rev 8866)
@@ -1,6 +1,6 @@
=head1 Day 13. Using XHTML Strict mode during application development.
-I have a confession to make, I hate HTML - I'm very bad at creating
+I have a confession to make:I hate HTML. I'm very bad at creating
well formed markup, I hate validating it, and I really hate the
annoying display bugs you find which are due to mis-matched tags.
@@ -53,8 +53,8 @@
appropriate to change the View.
Personally I configure the XHTML view in C<MyApp.pm>, but I have a
-commented out entry setting it to the original TT view in
-C<myapp.conf>, which is un-commented as my application is deployed.
+commented-out entry setting it to the original TT view in
+C<myapp.conf>, which I un-comment when my application is deployed.
=head1 That is kinda neat, but your module is only, 5 lines of code..
More information about the Catalyst-commits
mailing list