Forum Moderators: open
So instead of:
<html><head>
<title>foo</title></head>
<body>
<h1>bar
</h1>
</body></html> it should reformat it like this:
<html>
_<head>
__<title>foo</title>
_</head>
_<body>
__<h1>bar</h1>
_</body>
</html> Any recommendations?