diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2013-06-28 13:54:29 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2013-06-28 13:54:29 +0200 |
commit | 2829bd4a22e853190bc127dcdbda76fe319eb248 (patch) | |
tree | e05e3df0fa860c3947ce7ee76208854ee8798f65 | |
parent | 734c73fb585817e0e6d87e25a3872600d664ad01 (diff) | |
download | sonarqube-2829bd4a22e853190bc127dcdbda76fe319eb248.tar.gz sonarqube-2829bd4a22e853190bc127dcdbda76fe319eb248.zip |
SONAR-4447 Homepage link in error page is badly displayed
-rw-r--r-- | sonar-server/src/main/webapp/500.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/500.html b/sonar-server/src/main/webapp/500.html index ae5cf150527..2a1b9a86b3f 100644 --- a/sonar-server/src/main/webapp/500.html +++ b/sonar-server/src/main/webapp/500.html @@ -38,8 +38,10 @@ persists.</p> <p> + <!-- <%= '--'%>> <%= link_to "Go back to the homepage", home_path %> + <%= '<'%>!-- --> </p> </div> </body> -</html>
\ No newline at end of file +</html> |