branches/stable/extragear/multimedia/amarok/src

Dan Meltzer hydrogen at notyetimplemented.com
Wed Mar 7 15:58:23 CET 2007


SVN commit 640294 by dmeltzer:

Unreverse switched encoding to html mistake.  
CCMAIL: amarok at kde.org

 M  +2 -2      metabundle.cpp  


--- branches/stable/extragear/multimedia/amarok/src/metabundle.cpp #640293:640294
@@ -1522,8 +1522,8 @@
             flush = false;
         else if ( uc == '<' )  stream << "&lt;";
         else if ( uc == '>' )  stream << "&gt;";
-        else if ( uc == '&' )   stream << "&quot;";
-        else if ( uc == '"')    stream << "&amp;";
+        else if ( uc == '&' )   stream << "&amp;";
+        else if ( uc == '"')    stream << "&quot;";
         else
         {
             // see if it's a XML-valid unicode char at all


More information about the Amarok mailing list