diff options
author | Rickard Green <[email protected]> | 2016-06-15 11:48:46 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2016-06-15 11:48:46 +0200 |
commit | 6739b802822b3ba750499b9dc6ac390932d75049 (patch) | |
tree | 6606b95ae3f5217d64d2753b654c75cc6e0ffe25 /system/doc/top/templates/index.html.src | |
parent | 59397963e4f1e32b0d11f7862374ac65771feed2 (diff) | |
parent | fe63f7705b5feef0a5eb67a4c3ed47c38301788b (diff) | |
download | otp-6739b802822b3ba750499b9dc6ac390932d75049.tar.gz otp-6739b802822b3ba750499b9dc6ac390932d75049.tar.bz2 otp-6739b802822b3ba750499b9dc6ac390932d75049.zip |
Merge branch 'rickard/top-doc-vsn/OTP-13676'
* rickard/top-doc-vsn/OTP-13676:
Present OTP base version on top html documentation page
Diffstat (limited to 'system/doc/top/templates/index.html.src')
-rw-r--r-- | system/doc/top/templates/index.html.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src index 0849fd8a0e..2ece44b15f 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -22,7 +22,7 @@ limitations under the License. <html> <head> <link rel="stylesheet" href="otp_doc.css" type="text/css"/> - <title>Erlang/OTP #release#</title> + <title>Erlang/OTP #otp_base_vsn#</title> <script id="js" type="text/javascript" language="JavaScript" src="js/flipmenu/flipmenu.js"> @@ -74,7 +74,7 @@ limitations under the License. <div id="content"> <div class="innertube"> <center> -<font size="+1"><b>Erlang/OTP #release#</b></font><br> +<font size="+1"><b>Erlang/OTP #otp_base_vsn#</b></font><br> </center> <center> <p> |