From 6ea2aca7643e4958f0adec15637d701275ab0e2d Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 17 Feb 2016 08:35:40 -0500
Subject: [PATCH] Copy fix from previous commit to root theme (fixes
 jquerymobile).

---
 themes/root/templates/error/index.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/root/templates/error/index.phtml b/themes/root/templates/error/index.phtml
index 9e53e5a5e67..4e4bb612df9 100644
--- a/themes/root/templates/error/index.phtml
+++ b/themes/root/templates/error/index.phtml
@@ -11,7 +11,7 @@
 <? if (isset($this->display_exceptions) && $this->display_exceptions): ?>
   <h3><?=$this->transEsc('Exception')?>:</h3>
   <p>
-    <b><?=$this->transEsc('Message')?>:</b> <?=$this->exception->getMessage()?>
+    <b><?=$this->transEsc('Message')?>:</b> <?=$this->escapeHtml($this->exception->getMessage())?>
   </p>
 
   <h3><?=$this->transEsc('Backtrace')?>:</h3>
-- 
GitLab