diff options
Diffstat (limited to 'khtml/html/dtd.cpp')
-rw-r--r-- | khtml/html/dtd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/html/dtd.cpp b/khtml/html/dtd.cpp index 02cf81482..accc8b855 100644 --- a/khtml/html/dtd.cpp +++ b/khtml/html/dtd.cpp @@ -152,7 +152,7 @@ const unsigned short KDE_NO_EXPORT DOM::tagPriority[] = { 0, // ID_TEXT }; -const tagtqStatus DOM::endTag[] = { +const tagStatus DOM::endTag[] = { REQUIRED, // 0 REQUIRED, // ID_A == 1 REQUIRED, // ID_ABBR |