From 2dd03c0e37843a75ccb8b62a168314a5a38b2613 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 20 Apr 2017 00:08:31 +0200 Subject: [PATCH] Removed some artifical styling. --- src/tl/tlString.cc | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/tl/tlString.cc b/src/tl/tlString.cc index 3179df4ac..22d05402f 100644 --- a/src/tl/tlString.cc +++ b/src/tl/tlString.cc @@ -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 += "<";