changed the format of translation display
[mdictionary] / trunk / src / plugins / xdxf / src / TranslationXdxf.cpp
index 190e255..ec28e52 100644 (file)
@@ -39,11 +39,8 @@ QString TranslationXdxf::dictionaryInfo() const {
 
 QString TranslationXdxf::toHtml() const {
     QString result("");
-//    qDebug()<<xdxfPlugin->search(_key);
-    result+="<dict>" + _dictionaryInfo + "<key>" + _key + "</key>"  +xdxfPlugin->search(_key) + "</dict>";
+    result+="<dict>" + _dictionaryInfo + xdxfPlugin->search(_key) + "</dict>";
     result.replace("&","&amp;");
-
-//    qDebug()<<result;
     return result;
 }