<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,8 @@
 &lt;!DOCTYPE HTML&gt;
 [%- USE HTML -%]
-&lt;html lang=en&gt;
+&lt;html lang=&quot;en&quot;&gt;
 &lt;head&gt;
-&lt;meta charset=utf-8&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;title&gt;CPANHQ[% IF title; &quot; - $title&quot;; END %]&lt;/title&gt;
 &lt;link type=&quot;text/css&quot; rel=stylesheet href=&quot;[% c.uri_for( '/static/css/cpanhq.css' ) %]&quot;&gt;
 &lt;!-- Prevent the hot-linking as well as the fact these header elements appear</diff>
      <filename>root/wrapper.tt</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 use strict;
 use warnings;
-use Test::More tests =&gt; 2;
+use Test::More tests =&gt; 3;
 
 use Test::WWW::Mechanize::Catalyst 'CPANHQ';
 
@@ -9,7 +9,10 @@ use Test::WWW::Mechanize::Catalyst 'CPANHQ';
     my $mech = Test::WWW::Mechanize::Catalyst-&gt;new;
 
     # TEST
-    $mech-&gt;get_ok(&quot;http://localhost/recent&quot;);
+    $mech-&gt;get_ok(&quot;http://localhost/recent&quot;, &quot;Getting the /recent link&quot;);
+
+    # TEST
+    $mech-&gt;html_lint_ok(&quot;/recent validates.&quot;);
 
     # TEST
     $mech-&gt;follow_link_ok(
@@ -18,6 +21,7 @@ use Test::WWW::Mechanize::Catalyst 'CPANHQ';
         },
         &quot;Following a link to the release works.&quot;
     );
+
 }
 
 =head1 AUTHOR</diff>
      <filename>t/controller_Recent_mech.t</filename>
    </modified>
    <modified>
      <diff>@@ -18,9 +18,9 @@ if (defined($content)) {
 
     open my $html_fh, &quot;&gt;&quot;, &quot;./root/static/tweets.html-portion&quot;;
     print {$html_fh} &lt;&lt;'EOF';
-        &lt;div id=sidebar&gt;
+        &lt;div id=&quot;sidebar&quot;&gt;
 &lt;h2&gt;CPANHQ Updates&lt;/h2&gt;
-&lt;ul id=tweets&gt;
+&lt;ul id=&quot;tweets&quot;&gt;
 EOF
 
     foreach my $tweet (@{$tweets-&gt;{'items'}})</diff>
      <filename>tmp/gen-twitter-feed.pl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9c7370ab7cc09b45c1eaf1110f08ff435afb2cff</id>
    </parent>
  </parents>
  <author>
    <name>Shlomi Fish</name>
    <email>shlomif@iglu.org.il</email>
  </author>
  <url>http://github.com/shlomif/cpanhq/commit/787105af050d9918e8c4da759beb55648e25c078</url>
  <id>787105af050d9918e8c4da759beb55648e25c078</id>
  <committed-date>2009-07-23T08:21:00-07:00</committed-date>
  <authored-date>2009-07-23T08:21:00-07:00</authored-date>
  <message>Got the /recent page to validate.</message>
  <tree>dae1552a018e15d83cf255c4484fc0373c3dffab</tree>
  <committer>
    <name>Shlomi Fish</name>
    <email>shlomif@iglu.org.il</email>
  </committer>
</commit>
