From 2cf8640716c64d8fc5e74ee541f5dc9142fd591a Mon Sep 17 00:00:00 2001 From: Richard Schwarting Date: Sun, 28 Jul 2013 01:30:11 -0400 Subject: [PATCH] DocumentType.vala: docfix for an entity ref --- gxml/DocumentType.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gxml/DocumentType.vala b/gxml/DocumentType.vala index 8883b3e2..a7d56bae 100644 --- a/gxml/DocumentType.vala +++ b/gxml/DocumentType.vala @@ -49,7 +49,7 @@ namespace GXml { * That which follows DOCTYPE in the XML doctype * declaration, like 'xml' or 'html'. For example, the * document type name is 'html' for a document with - * the XML doctype declaration of {{{ <!DOCTYPE + * the XML doctype declaration of {{{ }}} -- GitLab