Hello, it's me again.
I try the new webtools (internet tools), everything seems to be working but when we edit an errors page and we save the changes, the thems broke, we lost many html code.
With an exemple
Before the modification :
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex" />
<meta name="robots" content="nofollow" />
<title>ispCP OMEGA - ERROR</title>
<script src="/errors/inc/errordocs.js" type="text/javascript"></script>
<link href="/errors/inc/errordocs.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="zh">
<div id="content">
<h2>Error 503!</h2>
<br />
<span class="path"><script type="text/javascript"> document.write(get_path()); </script></span>
<h3>Service Unavailable!</h3>
</div>
</div>
<div id="bottom"><p class="login"><a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:80px;height:15px" src="/errors/inc/valid_css.jpg" alt="Valid CSS!" /></a> <a href="http://validator.w3.org/check?uri=referer"><img src="/errors/inc/valid_xhtml.jpg" alt="Valid XHTML 1.0 Strict" style="border:0;width:80px;height:15px" /></a></p></div>
</body>
</html>
And if a click on save this is the new html code page :
Code:
<div>
<div>
<h2>Error 503!</h2>
<br /><span></span>
<h3>Service Unavailable!</h3>
</div>
</div>
<div><p><a href="%5C"><img style="width:80px;" src="%5C" alt=""Valid" /></a>Â <a href="%5C"><img src="%5C" alt=""Valid" style="width:80px;" /></a></p></div>
You can only click edit and save and it will happen. I don't know what is the problem
Sorry for my english...
Santerref