[Jifty-commit] r7563 - Template-Declare/branches/mixmaster/t

Jifty commits jifty-commit at lists.jifty.org
Fri Oct 16 12:19:03 EDT 2009


Author: theory
Date: Fri Oct 16 12:19:02 2009
New Revision: 7563

Modified:
   Template-Declare/branches/mixmaster/t/composition.t

Log:
Fixed typo Sartak caught in the docs yesterday.

Modified: Template-Declare/branches/mixmaster/t/composition.t
==============================================================================
--- Template-Declare/branches/mixmaster/t/composition.t	(original)
+++ Template-Declare/branches/mixmaster/t/composition.t	Fri Oct 16 12:19:02 2009
@@ -69,7 +69,7 @@
         my ($self, $thing) = @_;
         div {
             class is 'sidebar';
-            img { src is $self->img_path . '/sidbar.png' };
+            img { src is $self->img_path . '/sidebar.png' };
             p { $_->content } for $thing->get_things;
         };
     };
@@ -142,7 +142,7 @@
 <h1>My page title</h1>
 <p>Page paragraph</p>
 <div class="sidebar">
- <img src="/ui/css/sidbar.png" />
+ <img src="/ui/css/sidebar.png" />
  <p>Sidebar paragraph</p>
  <p>Another paragraph</p>
 </div>}, 'Should get page with default sidebar';
@@ -153,7 +153,7 @@
 <h1>My page title</h1>
 <p>Page paragraph</p>
 <div class="sidebar">
- <img src="/politics/ui/css/sidbar.png" />
+ <img src="/politics/ui/css/sidebar.png" />
  <p>Sidebar paragraph</p>
  <p>Another paragraph</p>
 </div>}, 'Should get page with politics sidebar';


More information about the Jifty-commit mailing list