diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-03-15 09:33:35 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-03-15 09:33:35 +0000 |
commit | f30d22efb6353b661833cf6fb1c259564bdca03a (patch) | |
tree | e99a4e7d3d2c0e7f331ce935a5a031b794a588a4 /doc | |
parent | 3f4cc5bf050ee7e3452d3ede8f18b2cccde26bf2 (diff) |
Correct em dash HTML entities in page titles.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/templates/index.html | 2 | ||||
-rw-r--r-- | doc/templates/interfaces.html | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ <!DOCTYPE html PUBLIC "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" ""> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> - <title>$spec.title &mdash v$spec.version</title> + <title>$spec.title — v$spec.version</title> <link rel="stylesheet" href="style.css" type="text/css"/> </head> <body> 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 @@ <!DOCTYPE html PUBLIC "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" ""> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> - <title>$spec.title &mdash v$spec.version</title> + <title>$spec.title — v$spec.version</title> <link rel="stylesheet" href="style.css" type="text/css"/> </head> <body> |