diff options
author | ville <ville@localhost> | 2010-05-07 18:17:38 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-05-07 18:17:38 +0000 |
commit | 5d96d6ff1fbf1e1081dc36e18b949e8c88506140 (patch) | |
tree | cfd1a18e090e3bb281537dfe5181f57be14694bc /htdocs | |
parent | bac3b6c995dcb41a8fee5d9dd35c934ac49d77f7 (diff) | |
download | markup-validator-5d96d6ff1fbf1e1081dc36e18b949e8c88506140.zip markup-validator-5d96d6ff1fbf1e1081dc36e18b949e8c88506140.tar.gz markup-validator-5d96d6ff1fbf1e1081dc36e18b949e8c88506140.tar.bz2 |
Escape error messages also when showing source.
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/whatsnew.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 2901dbf..7c0f44d 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.99 2010-05-07 17:41:29 ville Exp $" ---><!--#set var="date" value="\$Date: 2010-05-07 17:41:29 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.100 2010-05-07 18:17:37 ville Exp $" +--><!--#set var="date" value="\$Date: 2010-05-07 18:17:37 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -45,6 +45,10 @@ Bug fix: doctype override could place a malformed comment in the modified document. </li> + <li> + Bug fix: error messages were not properly HTML escaped when + "show source" was selected. + </li> </ul> </dd> |