浏览代码

Small changes

Kandrashin Denis 13 年之前
父节点
当前提交
e6bddac8a4
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      source/fb2view.cpp

+ 0 - 1
source/fb2view.cpp

@@ -214,7 +214,6 @@ Fb2TextElement Fb2TextPage::element(const QString &location)
         if (key < 0) break;
         if (key < 0) break;
         result = result.firstChild();
         result = result.firstChild();
         while (0 < key--) result = result.nextSibling();
         while (0 < key--) result = result.nextSibling();
-        if (tag == "P") break;
     }
     }
     return result;
     return result;
 }
 }