[gnome-doc-utils/mallard: 14/87] Fixed the RNC for mal_page_*
- From: Shaun McCance <shaunm src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-doc-utils/mallard: 14/87] Fixed the RNC for mal_page_*
- Date: Sun, 19 Apr 2009 12:15:31 -0400 (EDT)
commit 625141369d8bcc1ad1b8d802af0a62432842be05
Author: Shaun McCance <shaunm gnome org>
Date: Sun Nov 9 17:57:55 2008 -0600
Fixed the RNC for mal_page_*
---
doc/mallard/C/mal_page.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/mallard/C/mal_page.xml b/doc/mallard/C/mal_page.xml
index 163a795..a03318b 100644
--- a/doc/mallard/C/mal_page.xml
+++ b/doc/mallard/C/mal_page.xml
@@ -14,7 +14,7 @@ start = mal_page
mal_page = (mal_page_guide | mal_page_topic)
mal_page_guide = element page {
attribute id { text },
- attribute type "guide",
+ attribute type { "guide" },
<link xref="mal_info">mal_info</link>,
<link xref="mal_title">mal_title</link>,
<link xref="mal_block">mal_block</link> *,
@@ -22,7 +22,7 @@ mal_page_guide = element page {
}
mal_page_topic = element page {
attribute id { text },
- attribute type "topic",
+ attribute type { "topic" },
<link xref="mal_info">mal_info</link>,
<link xref="mal_title">mal_title</link>,
<link xref="mal_block">mal_block</link> *,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]