소스 검색

Small change

Kandrashin Denis 13 년 전
부모
커밋
f0139a8a28
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      source/fb2read.cpp

+ 1 - 1
source/fb2read.cpp

@@ -130,7 +130,7 @@ Fb2ReadHandler::HeadHandler::HeadHandler(Fb2ReadWriter &writer, const QString &n
     if (hide) m_writer.writeAttribute("style", "display:none");
     int count = atts.count();
     for (int i = 0; i < count; i++) {
-        m_writer.writeAttribute("fb2", atts.qName(i), atts.value(i));
+        m_writer.writeAttribute("fb2:" + atts.qName(i), atts.value(i));
     }
 }