summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-05-10 18:32:43 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-08 17:14:13 +0100
commit1844850c7af0de048c3f5d10bebf79f75161ce02 (patch)
tree3c44b889021ad005224e3c4bda4d3c40a6694bec /doc
parent2b2adf21b2a979ad3ec534c4e1d37bb0ae8a8a00 (diff)
Make page titles fit in browser tabs.
Diffstat (limited to 'doc')
-rw-r--r--doc/templates/interface.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/templates/interface.html b/doc/templates/interface.html
index c159bf51..9436b415 100644
--- a/doc/templates/interface.html
+++ b/doc/templates/interface.html
@@ -2,12 +2,12 @@
<!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>$interface.name</title>
+ <title>$interface.really_short_name &mdash; $spec.title</title>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
<div class="header">
- <h1>Interface $interface.name</h1>
+ <h1>Interface <abbr title='$interface.name'>$interface.short_name</abbr></h1>
<a href="index.html">Interface Index</a>
(<a href="interfaces.html">Compact</a>)
| <a href="#summary">Summary</a>