diff options
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> |