[Kimchi-devel] [PATCH] Fix Bug: Invalid URL at 404 Not Found Page
Hongliang Wang
hlwang at linux.vnet.ibm.com
Fri Apr 25 09:56:48 UTC 2014
It will lead user to a wrong "home page" in error.html. Correct it.
Signed-off-by: Hongliang Wang <hlwang at linux.vnet.ibm.com>
---
ui/pages/error.html.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/pages/error.html.tmpl b/ui/pages/error.html.tmpl
index 1336492..8d50231 100644
--- a/ui/pages/error.html.tmpl
+++ b/ui/pages/error.html.tmpl
@@ -63,7 +63,7 @@
</div>
#end if
<div class="error-msg">
- <a id="btn-homepage" class="btn-normal" href="/#guests">$_("Go to Homepage") ></a>
+ <a id="btn-homepage" class="btn-normal" href="/">$_("Go to Homepage") ></a>
</div>
</body>
</html>
--
1.8.1.4
More information about the Kimchi-devel
mailing list