diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-12 09:22:03 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-12 09:22:03 +0000 |
commit | ae1446480fee9c23f54bc75cc147d467edfb6af7 (patch) | |
tree | 0b1923de88f7f48337e5b8706fda8b991d51ac93 | |
parent | 99121913fa5525c6b6cec8fd6062c8a6783379bc (diff) |
Fix the debug page. I have no idea why this line breaks the debug page (and only on the first time it's loaded); but the line isn't very important and I've got more important things to worry about :). Fixes #332.
-rw-r--r-- | app/views/admin_general/debug.rhtml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/admin_general/debug.rhtml b/app/views/admin_general/debug.rhtml index 422edea03..b3b06085f 100644 --- a/app/views/admin_general/debug.rhtml +++ b/app/views/admin_general/debug.rhtml @@ -16,8 +16,6 @@ TMail::VERSION::STRING <%=h TMail::VERSION::STRING%> Xapian::version_string <%=h Xapian::version_string%> <br> Spec::VERSION::STRING <%=h Spec::VERSION::STRING%> -<br> -Spec::Rails::VERSION::STRING <%=h Spec::Rails::VERSION::STRING%> </p> <h2>Configuration</h2> |