summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNathan Willis <nwillis@glyphography.com>2018-10-29 16:42:59 -0500
committerKhaled Hosny <khaledhosny@eglug.org>2018-10-30 19:14:57 +0200
commite110032b914db9f417cc152b2beb51cda0a91dd7 (patch)
treed07c7774f4ea3cd32f1c73f56b74361fcc4ea3f5 /docs
parent01400f7425f7aec852f39ebee17aa502a74025fb (diff)
Usermanual: update DTD in chapter XML to avoid HTML entity parsing errors.
Diffstat (limited to 'docs')
-rw-r--r--docs/usermanual-what-is-harfbuzz.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/usermanual-what-is-harfbuzz.xml b/docs/usermanual-what-is-harfbuzz.xml
index 4719dd4f..4d9acc99 100644
--- a/docs/usermanual-what-is-harfbuzz.xml
+++ b/docs/usermanual-what-is-harfbuzz.xml
@@ -1,3 +1,9 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+ <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
+ <!ENTITY version SYSTEM "version.xml">
+]>
<chapter id="what-is-harfbuzz">
<title>What is HarfBuzz?</title>
<para>
@@ -12,7 +18,7 @@
<para>
HarfBuzz can properly shape all of the world's major writing
systems. It runs on all major operating systems and software
- platforms, and it supports all of the modern font formats in use
+ platforms and it supports the modern font formats in use
today.
</para>
<section id="what-is-text-shaping">
@@ -372,7 +378,7 @@
Before sending your string to HarfBuzz, you may need to apply the
bidi algorithm to it. Libraries such as <ulink
url="http://icu-project.org/">ICU</ulink> and <ulink
- url="http://fribidi.org/">fribidi</a> can do this for you.
+ url="http://fribidi.org/">fribidi</ulink> can do this for you.
</para>
</listitem>
<listitem>