<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>Hey jesse, found a couple of errors with w3's &lt;a href=&quot;http://validator.w3.org/check?uri=http%3A%2F%2Fuserscripts.org%2F&amp;charset=(detect+automatically)&amp;doctype=Inline&amp;group=0&quot;&gt;validation tool&lt;/a&gt;. I'm assuming you'd care about it, seeing as this is a Web 2.0-style website and you're using XHTML markup. Here are the fixes:

&lt;strong&gt;1) Line 22, Column 25: there is no attribute &quot;height&quot;.&lt;/strong&gt;
change:
 &lt;pre&gt;&amp;lt;h1&amp;gt;&amp;lt;a href=&amp;quot;/&amp;quot; height=&amp;quot;24&amp;quot; title=&amp;quot;Userscripts.org&amp;quot;&amp;gt;&amp;lt;img alt=&amp;quot;Userscripts.org&amp;quot; height=&amp;quot;24&amp;quot; src=&amp;quot;http://static.userscripts.org/images/userscripts.org.png?1227415626&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/h1&amp;gt;&lt;/pre&gt;
to:
&lt;pre&gt;&amp;lt;h1&amp;gt;&amp;lt;a href=&amp;quot;/&amp;quot; title=&amp;quot;Userscripts.org&amp;quot;&amp;gt;&amp;lt;img alt=&amp;quot;Userscripts.org&amp;quot; src=&amp;quot;http://static.userscripts.org/images/userscripts.org.png?1227415626&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/h1&amp;gt;&lt;/pre&gt;
(since the height is already 24, everything else will follow)

&lt;strong&gt;2-7) Line 375, Column 79: cannot generate system identifier for general entity &quot;color&quot;.&lt;/strong&gt;
change:
&lt;pre&gt;&amp;lt;script src=&amp;quot;http://userscripts.uservoice.com/widgets/tab.js?alignment=right&amp;amp;color=f18705&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;
to:
&lt;pre&gt;
  &amp;lt;script src=&amp;quot;http://userscripts.uservoice.com/widgets/tab.js?alignment=right&amp;amp;amp;color=f18705&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;/pre&gt;
or even:
&lt;pre&gt;
  &amp;lt;script src=&amp;quot;http://userscripts.uservoice.com/widgets/tab.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;/pre&gt;
 (the parameters don't do anything?)

&lt;strong&gt;8-9) document type does not allow element &quot;script&quot; here.&lt;/strong&gt;
change:
&lt;pre&gt;
&amp;lt;/body&amp;gt;
  &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;var auth_token = '9b7dfc9831d46f763fb113e7fca0d9dacdf4684e';&amp;lt;/script&amp;gt;
&lt;/pre&gt;
to:
&lt;pre&gt;
  &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;var auth_token = '9b7dfc9831d46f763fb113e7fca0d9dacdf4684e'&amp;lt;/script&amp;gt;
&amp;lt;/body&amp;gt;
&lt;/pre&gt;

These are errors on the homepage only; i'll check out other parts of the site later.

also, I could help you migrate this site to the XHTML 1.1 specification, which is stricter than XHTML 1.0 Transitional, but allows pages to render well on many devices.</body>
  <body-html>&lt;p&gt;Hey jesse, found a couple of errors with w3's &lt;a href=&quot;http://validator.w3.org/check?uri=http%3A%2F%2Fuserscripts.org%2F&amp;amp;charset=(detect+automatically)&amp;amp;doctype=Inline&amp;amp;group=0&quot;&gt;validation tool&lt;/a&gt;. I'm assuming you'd care about it, seeing as this is a Web 2.0-style website and you're using XHTML markup. Here are the fixes:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1) Line 22, Column 25: there is no attribute &quot;height&quot;.&lt;/strong&gt;
&lt;br /&gt;change:
&lt;br /&gt; &lt;pre&gt;&amp;lt;h1&amp;gt;&amp;lt;a href=&amp;quot;/&amp;quot; height=&amp;quot;24&amp;quot; title=&amp;quot;Userscripts.org&amp;quot;&amp;gt;&amp;lt;img alt=&amp;quot;Userscripts.org&amp;quot; height=&amp;quot;24&amp;quot; src=&amp;quot;http://static.userscripts.org/images/userscripts.org.png?1227415626&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/h1&amp;gt;&lt;/pre&gt;
&lt;br /&gt;to:
&lt;br /&gt;&lt;pre&gt;&amp;lt;h1&amp;gt;&amp;lt;a href=&amp;quot;/&amp;quot; title=&amp;quot;Userscripts.org&amp;quot;&amp;gt;&amp;lt;img alt=&amp;quot;Userscripts.org&amp;quot; src=&amp;quot;http://static.userscripts.org/images/userscripts.org.png?1227415626&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/h1&amp;gt;&lt;/pre&gt;
&lt;br /&gt;(since the height is already 24, everything else will follow)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2-7) Line 375, Column 79: cannot generate system identifier for general entity &quot;color&quot;.&lt;/strong&gt;
&lt;br /&gt;change:
&lt;br /&gt;&lt;pre&gt;&amp;lt;script src=&amp;quot;http://userscripts.uservoice.com/widgets/tab.js?alignment=right&amp;amp;color=f18705&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;br /&gt;to:
&lt;br /&gt;&lt;pre&gt;
  &amp;lt;script src=&amp;quot;http://userscripts.uservoice.com/widgets/tab.js?alignment=right&amp;amp;amp;color=f18705&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;/pre&gt;
&lt;br /&gt;or even:
&lt;br /&gt;&lt;pre&gt;
  &amp;lt;script src=&amp;quot;http://userscripts.uservoice.com/widgets/tab.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;/pre&gt;
&lt;br /&gt; (the parameters don't do anything?)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8-9) document type does not allow element &quot;script&quot; here.&lt;/strong&gt;
&lt;br /&gt;change:
&lt;br /&gt;&lt;pre&gt;
&amp;lt;/body&amp;gt;
  &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;var auth_token = '9b7dfc9831d46f763fb113e7fca0d9dacdf4684e';&amp;lt;/script&amp;gt;
&lt;/pre&gt;
&lt;br /&gt;to:
&lt;br /&gt;&lt;pre&gt;
  &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;var auth_token = '9b7dfc9831d46f763fb113e7fca0d9dacdf4684e'&amp;lt;/script&amp;gt;
&amp;lt;/body&amp;gt;
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;These are errors on the homepage only; i'll check out other parts of the site later.&lt;/p&gt;

&lt;p&gt;also, I could help you migrate this site to the XHTML 1.1 specification, which is stricter than XHTML 1.0 Transitional, but allows pages to render well on many devices.&lt;/p&gt;</body-html>
  <created-at type="datetime">2008-11-23T17:34:37Z</created-at>
  <forumable-id type="integer">3</forumable-id>
  <forumable-type>Forum</forumable-type>
  <id type="integer">79689</id>
  <topic-id type="integer">18168</topic-id>
  <updated-at type="datetime">2008-11-23T20:31:50Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">61251</user-id>
</post>
