Sanitize handling of mirc color codes in order to ease parsing of the
[quassel.git] / src / qtopia / chatline.cpp
index d14be8e..eff324b 100644 (file)
@@ -68,6 +68,6 @@ QString ChatLine::htmlTimeStamp() const {
 
 
 QString ChatLine::formattedToHtml(const QString &f) {
-
+  
   return f;
 }