summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLParagraphElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLParagraphElement.h')
-rw-r--r--WebCore/html/HTMLParagraphElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLParagraphElement.h b/WebCore/html/HTMLParagraphElement.h
index a6be6b4..9b5b4fa 100644
--- a/WebCore/html/HTMLParagraphElement.h
+++ b/WebCore/html/HTMLParagraphElement.h
@@ -32,7 +32,7 @@ class HTMLParagraphElement : public HTMLElement {
public:
HTMLParagraphElement(Document*);
- virtual HTMLTagStatus endTagRequirement() const { return TagStatusOptional; }
+ virtual HTMLTagStatus endTagRequirement() const { return TagStatusRequired; }
virtual int tagPriority() const { return 3; }
virtual bool checkDTD(const Node* newChild);