From f73907797685f730d730d9bcfe07ea43684f3afb Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Thu, 13 Mar 2008 18:06:16 -0500 Subject: [PATCH] Yet more well-formedness Phun Error messages need to be escaped. --- app/controllers/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application.rb b/app/controllers/application.rb index 0ba5e82b..d00f26f7 100644 --- a/app/controllers/application.rb +++ b/app/controllers/application.rb @@ -122,7 +122,7 @@ class ApplicationController < ActionController::Base

Internal Error

An application error occurred while processing your request.

- + EOL end