
25 Apr
2014
25 Apr
'14
4:56 a.m.
It will lead user to a wrong "home page" in error.html. Correct it. Signed-off-by: Hongliang Wang <hlwang@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