From 811da4ec737a2b3b14de7382de6b2e10060907a9 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Mon, 3 Feb 2014 13:58:16 +0100 Subject: [PATCH] Replace pretty print tags with their content in the catalog. --- src/General/Build.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/General/Build.coffee b/src/General/Build.coffee index 3a7a1430e..94a9125fd 100644 --- a/src/General/Build.coffee +++ b/src/General/Build.coffee @@ -304,6 +304,8 @@ Build = for quotelink in $$ '.quotelink', root.lastElementChild $.replace quotelink, [quotelink.childNodes...] + for pp in $$ '.prettyprint', root.lastElementChild + $.replace pp, $.tn pp.textContent if thread.isSticky $.add $('.thread-icons', root), $.el 'img',