diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-07-06 08:36:20 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-07-06 08:36:20 +0000 |
commit | 1358df626d2f0020ab2a027ef273c543e71c8324 (patch) | |
tree | cdf7148a24aacab5929a5173e028ddbab87ac39c /WebContent/release-notes.html | |
parent | 41da2fb8303ae66fc12ee4926726c0327fa44573 (diff) | |
download | vaadin-framework-1358df626d2f0020ab2a027ef273c543e71c8324.tar.gz vaadin-framework-1358df626d2f0020ab2a027ef273c543e71c8324.zip |
Fixes #3119: Release notes back link should not link to index.html
svn changeset:8325/svn branch:6.0
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index bdadc3f417..bcc3b578b8 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -13,7 +13,7 @@ <div id="header"> <h1>Vaadin – thinking of U and I</h1> <div id="version"> - <a href="index.html" title="Back to index page">Back</a> + <a href="javascript:history.go(-1);" title="Back to index page">Back</a> </div> </div> <!-- /header --> |