zilogic wrote in changelog

[livejournal] r21744: LJSUP-11883: Doubles tags in post

Committer: amyshkin
LJSUP-11883: Doubles tags in post
U   trunk/cgi-bin/cleanhtml.pl
Modified: trunk/cgi-bin/cleanhtml.pl
===================================================================
--- trunk/cgi-bin/cleanhtml.pl	2012-04-18 12:53:59 UTC (rev 21743)
+++ trunk/cgi-bin/cleanhtml.pl	2012-04-18 13:33:42 UTC (rev 21744)
@@ -452,7 +452,7 @@
 
                 next TOKEN;
             }
-            else {
+            elsif ( $tag eq 'lj-music' ) {
                 $newdata .= $token->[4];
             }