From f30d22efb6353b661833cf6fb1c259564bdca03a Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 15 Mar 2011 09:33:35 +0000 Subject: Correct em dash HTML entities in page titles. --- doc/templates/index.html | 2 +- doc/templates/interfaces.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/templates/index.html b/doc/templates/index.html index 90b7c665..90fdb2b2 100644 --- a/doc/templates/index.html +++ b/doc/templates/index.html @@ -2,7 +2,7 @@ - $spec.title &mdash v$spec.version + $spec.title — v$spec.version diff --git a/doc/templates/interfaces.html b/doc/templates/interfaces.html index 85504d74..acf110c2 100644 --- a/doc/templates/interfaces.html +++ b/doc/templates/interfaces.html @@ -2,7 +2,7 @@ - $spec.title &mdash v$spec.version + $spec.title — v$spec.version -- cgit v1.2.3