SVN commit 634405 by amantia: Unbreak autocompletion for unknown XML tags (broken by the previous commit). Patch by Andrew Lowe . M +2 -2 quanta.kdevelop M +1 -1 src/document.cpp --- branches/KDE/3.5/kdewebdev/quanta/quanta.kdevelop #634404:634405 @@ -259,10 +259,10 @@ - + Quanta speicfic header - + A new empty C++ file. --- branches/KDE/3.5/kdewebdev/quanta/src/document.cpp #634404:634405 @@ -1339,8 +1339,8 @@ comments[tagName] = tag->type + "\n" + comments[tagName]; else comments[tagName] = tag->type + comments[tagName]; - i++; } + i++; } }