mirror of https://github.com/KLayout/klayout.git
Removed some artifical styling.
This commit is contained in:
parent
d5bf24666f
commit
2dd03c0e37
|
|
@ -416,20 +416,6 @@ tl::to_word_or_quoted_string (const std::string &s, const char *non_term)
|
|||
void
|
||||
tl::escape_to_html (std::string &out, const std::string &in, bool replace_newlines)
|
||||
{
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
for (const char *cp = in.c_str (); *cp; ++cp) {
|
||||
if (*cp == '<') {
|
||||
out += "<";
|
||||
|
|
|
|||
Loading…
Reference in New Issue