HTML fixes
Dave Rolsky [Mon, 29 Jun 2009 15:32:16 +0000 (10:32 -0500)]
moose-class/slides/index.html

index b11b1c6..399d0af 100644 (file)
@@ -2859,6 +2859,7 @@ sub work {
 
     ...
 }</code></pre>
+</div>
 
 <div class="slide">
   <h1>Typed Methods (High-tech)</h1>
@@ -2873,6 +2874,7 @@ sub work {
 
     ...
 }</code></pre>
+</div>
 
 <div class="slide">
   <h1>Digression: The Type Registry</h1>
@@ -2973,6 +2975,7 @@ has transaction_history => (
     is  => 'rw',
     isa => ArrayOfInt,
 );</code></pre>
+</div>
 
 <div class="slide">
   <h1>MooseX::Types</h1>
@@ -2995,7 +2998,7 @@ has transaction_history => (
     <li><span class="wrong">One more thing to install and learn</span></li>
     <li><span class="wrong">Every name gets types twice (declared and then defined)</span></li>
     <li><span class="wrong">Still stuck with strings when referring to class or role names</span></li>
-    <li><span class="wrong">Coercion gotcha from earlier still applies to types exported from <code>MooseX::Types::Moose<?code></span></li>
+    <li><span class="wrong">Coercion gotcha from earlier still applies to types exported from <code>MooseX::Types::Moose</code></span></li>
   </ul>
 </div>