From ffdac3ce2ce080e437c4d77c87a6b3ae71cf6fde Mon Sep 17 00:00:00 2001 From: str4d Date: Thu, 12 Jul 2012 13:40:54 +0000 Subject: [PATCH] Added some non-breaking spaces to error.jsp where JSP was eating the spaces --- apps/routerconsole/jsp/error.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/routerconsole/jsp/error.jsp b/apps/routerconsole/jsp/error.jsp index 2c1913080..630da0851 100644 --- a/apps/routerconsole/jsp/error.jsp +++ b/apps/routerconsole/jsp/error.jsp @@ -24,8 +24,8 @@ <%@include file="summary.jsi" %> -

<%=ERROR_CODE%> <%=ERROR_MESSAGE%>

+

<%=ERROR_CODE%> <%=ERROR_MESSAGE%>

<%=intl._("Sorry! You appear to be requesting a non-existent Router Console page or resource.")%>
-<%=intl._("Error 404")%>: <%=ERROR_URI%> <%=intl._("not found")%>. +<%=intl._("Error 404")%>: <%=ERROR_URI%> <%=intl._("not found")%>.