Unfortunately, I don't know what I was doing when it happened, but, before:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title/>
<link href="../Styles/Style0001.css" rel="stylesheet" type="text/css"/></head>
<body>
<h1>Test</h1>
<p>Now is the time for all good men to come to the aid of the party.</p>
<p>Now is the time for all good men to come to the aid of the party.</p>
<pclass="bot">Now is the time for all good men to come to the aid of the party.</p>
<p>Now is the time for all good men to come to the aid of the party.</p>
</body>
</html>
After:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title/>
<link href="../Styles/Style0001.css" rel="stylesheet" type="text/css"/></head>
<body>
<h1>Test</h1>
<p>Now is the time for all good men to come to the aid of the party.</p>
<p>Now is the time for all good men to come to the aid of the party.</p>
</body></html>