diff options
author | Lars Thorsen <[email protected]> | 2016-06-10 08:14:40 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2016-06-10 08:16:26 +0200 |
commit | 796d6466fb9269e7350de72139f9bad16a0f543a (patch) | |
tree | b750a81292b323c3ccf6067b3c0ed1f108c9ac08 | |
parent | 68ff9f3e4b5387cf38af7aeb1a8b7abbdaa867d8 (diff) | |
download | otp-796d6466fb9269e7350de72139f9bad16a0f543a.tar.gz otp-796d6466fb9269e7350de72139f9bad16a0f543a.tar.bz2 otp-796d6466fb9269e7350de72139f9bad16a0f543a.zip |
Correct a formatting error on the front page
-rw-r--r-- | system/doc/top/templates/index.html.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src index 9637685946..0849fd8a0e 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -36,7 +36,7 @@ limitations under the License. <div id="leftnav"> <div class="innertube"> <img alt="Erlang logo" src="erlang-logo.png"/ > -<!-- small><a href="glossary.html">Glossary</a> |--> +<p/> <small><a href="applications.html">Applications</a><br> <a href="man_index.html">Modules</a></small> <p/> |