<table><tr><td style="">apol added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D27079">View Revision</a></tr></table><br /><div><div><p>Because if you enter <tt style="background: #ebebeb; font-size: 13px;">my <u>potato</u></tt> it gets styled, which shouldn't happen.</p>

<p>I suggest just doing the following:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="diff" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);"><span style="color: #000080">diff --git a/discover/qml/ApplicationsListPage.qml b/discover/qml/ApplicationsListPage.qml</span>
<span style="color: #000080">index 4445a195..e094b667 100644</span>
<span style="color: #a00000">--- a/discover/qml/ApplicationsListPage.qml</span>
<span style="color: #00a000">+++ b/discover/qml/ApplicationsListPage.qml</span>
<span style="color: #800080">@@ -52,11 +52,8 @@ DiscoverPage {</span>
 
     function escapeHtml(unsafe) {
         return unsafe
<span style="color: #a00000">-            .replace(/&/g, "&amp;")</span>
             .replace(/</g, "&lt;")
<span style="color: #a00000">-            .replace(/>/g, "&gt;")</span>
<span style="color: #a00000">-            .replace(/"/g, "&quot;")</span>
<span style="color: #a00000">-            .replace(/'/g, "&#039;");</span>
<span style="color: #00a000">+            .replace(/>/g, "&gt;");</span>
     }
 
     background: Rectangle {</pre></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R134 Discover Software Store</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D27079">https://phabricator.kde.org/D27079</a></div></div><br /><div><strong>To: </strong>ngraham, VDG, Discover Software Store, apol<br /><strong>Cc: </strong>plasma-devel, apol, Orage, LeGast00n, The-Feren-OS-Dev, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, ahiemstra, mart<br /></div>