diff options
author | Marcel Klehr <mklehr@gmx.net> | 2012-10-27 17:28:15 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2012-10-27 17:28:15 +0200 |
commit | 3d1fd05085924388f6577a24c9b62ad0b4949661 (patch) | |
tree | a5e3bd806e26d20d3604cfceb67af1ad41aa1a3c /doc | |
parent | d5ace6c163ae6ec3789027c5301ae90beeb1f229 (diff) | |
download | etherpad-lite-3d1fd05085924388f6577a24c9b62ad0b4949661.zip |
Insert epl version into template.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/template.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/template.html b/doc/template.html index 2eb93987..edc0af66 100644 --- a/doc/template.html +++ b/doc/template.html @@ -2,12 +2,12 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>__SECTION__ Etherpad-Lite Manual & Documentation</title> + <title>__SECTION__ - Etherpad Lite v__VERSION__ Manual & Documentation</title> <link rel="stylesheet" href="style.css"> </head> <body class="apidoc" id="api-section-__FILENAME__"> <header id="header"> - <h1>Etherpad-Lite Manual & Documentation</h1> + <h1>Etherpad-Lite v__VERSION__ Manual & Documentation</h1> </header> <div id="toc"> |