diff options
Diffstat (limited to 'quanta/parts/kafka/htmlenhancer.cpp')
-rw-r--r-- | quanta/parts/kafka/htmlenhancer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/parts/kafka/htmlenhancer.cpp b/quanta/parts/kafka/htmlenhancer.cpp index daffd656..4a1d7c38 100644 --- a/quanta/parts/kafka/htmlenhancer.cpp +++ b/quanta/parts/kafka/htmlenhancer.cpp @@ -288,7 +288,7 @@ void HTMLEnhancer::postEnhanceNode(DOM::Node domNode) if(domNode.isNull()) return; - //If domNode is a Block and there is no text around, and if domNode's tqparent can handle + //If domNode is a Block and there is no text around, and if domNode's parent can handle //text or a P tag, add an empty text DOM::Node // so that the user can access this area. qTag = QuantaCommon::tagFromDTD(m_wkafkapart->getCurrentDoc()->defaultDTD(), |