Last night before I slept, I tried to revalidate the code of this unDirty theme and noticed that it is not valid anymore. Here’s a screencap of the report overview:

Then, I tried to look at the errors below. It says that the errors are on the Entrecard widget code. I tried fixing it up for a couple of minutes until I actually found the real problem.

Entrecard supplied the non xHTML 1.0 Transitional code:
<script src="http://entrecard.s3.amazonaws.com/widget.js?type=standard_250&user_id=[YOUR_USER_ID]" type="text/javascript" id="ecard_widget"></script>The problem is on the &user_id part since the ampersand is also used in xHTML as an ascii-character generator such as for a breakline. To fix it, just change the ampersand to & yielding this result:
<script src="http://entrecard.s3.amazonaws.com/widget.js?type=standard_250&user_id=[YOUR_USER_ID]" type="text/javascript" id="ecard_widget"></script>Hope it helps!
======================================
Related posts:
yo! may bago akong bahay.. hehhe
pakichange ng link..
tol, pakipalitan ng brycebugz ang pulsecircle.. salamat
I do not see the difference between the two tags. Can someone explain the difference?
I use Mass-Follow.com to submit my articles to like 400 places
Good post.Perfect!