Fix issues in reporting netclasses.

1) make sure we get the default netclass when we want it
2) escape for HTML (particularly important for "<invalid>", but also
for reporting user rule names, netclass names, etc.)
This commit is contained in:
Jeff Young
2020-11-30 14:38:06 +00:00
parent 3989c19c41
commit 3a9a6e22bc
7 changed files with 78 additions and 68 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ std::string EscapedUTF8( wxString aString )
}
wxString EscapedHTML( const wxString& aString )
wxString EscapeHTML( const wxString& aString )
{
wxString converted;