X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fuwobo%2Fsrc%2Fit%2Funibo%2Fcs%2Fhelm%2Fuwobo%2FServlet.java;h=d259c3f89f68db1d8c6f48875d897a9a21ab947a;hb=1c36cc1e2966b1a593cf9480e713d2cb1597a749;hp=32014063eec7534bc19d5ac7583e1af37b0495f2;hpb=2938549254c7b5f49ecddfe345e2011193eabcc1;p=helm.git diff --git a/helm/uwobo/src/it/unibo/cs/helm/uwobo/Servlet.java b/helm/uwobo/src/it/unibo/cs/helm/uwobo/Servlet.java index 32014063e..d259c3f89 100644 --- a/helm/uwobo/src/it/unibo/cs/helm/uwobo/Servlet.java +++ b/helm/uwobo/src/it/unibo/cs/helm/uwobo/Servlet.java @@ -142,7 +142,7 @@ public class Servlet extends HttpServlet { } String local = e.getLocalizedMessage(); local = local.substring(local.lastIndexOf(':')+1); - return ""+message+": "+local+"
"; + return ""+message+": "+local+"
"; } public void doGet(HttpServletRequest request, HttpServletResponse response) @@ -175,7 +175,7 @@ public class Servlet extends HttpServlet { if(!log.equals("")) out.println(msg_out(log)); } catch (TransformerConfigurationException tce) { - out.println(exc_out("stylesheet error", tce)); + out.println(exc_out("Stylesheet Error", tce)); } catch (Exception e) { out.println(exc_out(null, e)); } @@ -299,7 +299,7 @@ public class Servlet extends HttpServlet { out.println(msg_out(server.reload(data[i]))); } } catch (TransformerConfigurationException tce) { - out.println(exc_out("stylesheet error", tce)); + out.println(exc_out("Stylesheet Error", tce)); } catch (Exception e) { out.println(exc_out(null, e)); }