diff options
author | David Robillard <d@drobilla.net> | 2016-08-24 19:38:46 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-08-24 19:38:46 -0400 |
commit | d25f3ab7db20dcc9ce4d10bc96dfc53b85c3c67a (patch) | |
tree | 74288fb13de021812bb0cc63e4d868bb40473a28 /lv2specgen/template.html | |
parent | 02480a60543bf9e90c87e6448138fac1dd19e34b (diff) | |
download | lv2-d25f3ab7db20dcc9ce4d10bc96dfc53b85c3c67a.tar.xz |
Fix HTML in title of documentation pages
Diffstat (limited to 'lv2specgen/template.html')
-rw-r--r-- | lv2specgen/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2specgen/template.html b/lv2specgen/template.html index fb79c31..5056aef 100644 --- a/lv2specgen/template.html +++ b/lv2specgen/template.html @@ -10,7 +10,7 @@ @XMLNS@ xml:lang="en"> <head> - <title>@NAME@</title> + <title>@TITLE@</title> <meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" /> <meta name="generator" content="lv2specgen" /> <link href="@STYLE_URI@" rel="stylesheet" type="text/css" /> |