aboutsummaryrefslogtreecommitdiffstats
path: root/help/C
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-12-14 05:34:15 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-12-14 05:34:15 +0800
commit0e65436015b3115f8f6402f04dbf4277a44ef504 (patch)
treeb5f70e5891adf7d9946369d3388c0c6d72f93ece /help/C
parentcda4109744c046a8f780ab6114d790ed014f86a6 (diff)
downloadgsoc2013-evolution-0e65436015b3115f8f6402f04dbf4277a44ef504.tar
gsoc2013-evolution-0e65436015b3115f8f6402f04dbf4277a44ef504.tar.gz
gsoc2013-evolution-0e65436015b3115f8f6402f04dbf4277a44ef504.tar.bz2
gsoc2013-evolution-0e65436015b3115f8f6402f04dbf4277a44ef504.tar.lz
gsoc2013-evolution-0e65436015b3115f8f6402f04dbf4277a44ef504.tar.xz
gsoc2013-evolution-0e65436015b3115f8f6402f04dbf4277a44ef504.tar.zst
gsoc2013-evolution-0e65436015b3115f8f6402f04dbf4277a44ef504.zip
Fix all "entity not defined" warnings (#437579).
2007-12-13 Matthew Barnes <mbarnes@redhat.com> * help/C/evolution.xml: Fix all "entity not defined" warnings (#437579). svn path=/trunk/; revision=34695
Diffstat (limited to 'help/C')
-rw-r--r--help/C/evolution.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/help/C/evolution.xml b/help/C/evolution.xml
index a46d5f942a..f6a15d5bcb 100644
--- a/help/C/evolution.xml
+++ b/help/C/evolution.xml
@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+ <!ENTITY % HTMLlat1
+ PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
+ %HTMLlat1;
+ <!ENTITY % HTMLspecial
+ PUBLIC "-//W3C//ENTITIES Special for XHTML//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent">
+ %HTMLspecial;
+ <!ENTITY % HTMLsymbol
+ PUBLIC "-//W3C//ENTITIES Symbols for XHTML//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent">
+ %HTMLsymbol;
<!ENTITY appname "Evolution" >
<!ENTITY appversion "2.12" >
<!ENTITY z-3rdParty "*" >
@@ -9,6 +21,7 @@
<!ENTITY z-CLM "(CLM)" >
<!ENTITY z-nbhyph "-" >
<!ENTITY z-nbspace " " >
+ <!ENTITY verbar "|" >
] >
<?yelp:chunk-depth 3?>