branches/stable/extragear/multimedia/amarok/src

Dan Meltzer hydrogen at notyetimplemented.com
Wed Mar 7 14:58:23 UTC 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 << "<";
         else if ( uc == '>' )  stream << ">";
-        else if ( uc == '&' )   stream << """;
-        else if ( uc == '"')    stream << "&";
+        else if ( uc == '&' )   stream << "&";
+        else if ( uc == '"')    stream << """;
         else
         {
             // see if it's a XML-valid unicode char at all



More information about the Amarok mailing list