So you have code somewhere that looks along these lines:
Quote:
<p>This is some <span dir="gibberish">invalid</span> code.</p>
|
If you get rid of the dir, you should get this:
Quote:
<p>This is some <span>valid</span> code.</p>
|
Side Note: dir is used for saying if the text is left-to-right (like English), or right-to-left (like Hebrew).
But as KevinH said, it probably is best to just remove it unless you are writing Hebrew/Arabic.