Change error reporting subject.

This commit is contained in:
Paulo Gustavo Veiga
2012-08-26 19:45:12 -03:00
parent 81af279e21
commit 1265d978e8
2 changed files with 13 additions and 6 deletions

View File

@@ -1,8 +1,9 @@
<html>
<body>
<ul>
<li>Details: ${details}</li>
<li>User Name: ${user.fullName}</li>
<li>Email: ${user.email}</li>
<li>Email: ${email}</li>
<li>User Agent: ${userAgent}</li>
#if($mapId)
<li>Mindmap Id: ${mapId}</li>