summaryrefslogtreecommitdiff
path: root/views/error.haml
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2011-10-28 22:52:49 -0500
committerBen Beltran <ben@nsovocal.com>2011-10-28 22:52:49 -0500
commitca2464dd7b09e44661c283d950585cd925e7cb12 (patch)
tree1c527ffab88e25030b1dd20a8de800b438eb1979 /views/error.haml
parent2c5d184398e911d410645cfde4bf45b21d0ccb35 (diff)
Fixes error reporting.
Diffstat (limited to 'views/error.haml')
-rw-r--r--views/error.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/error.haml b/views/error.haml
index 5a77278..ed2713f 100644
--- a/views/error.haml
+++ b/views/error.haml
@@ -1,4 +1,4 @@
%h1 ERROR
%p Un error ha ocurrido. Revisa que la página esté bien escrita.
%p
- %=env['sinatra.error'] \ No newline at end of file
+ =env['sinatra.error'] \ No newline at end of file