aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
diff options
context:
space:
mode:
authorrhenium <re4k@re4k.info>2013-06-02 06:17:39 +0900
committerrhenium <re4k@re4k.info>2013-06-02 06:17:39 +0900
commitbd7cc55625576c87a0742083c7317d3d87323677 (patch)
tree3536e6befd8cd5a9359f22c4090f86501fbe259b /app/helpers/application_helper.rb
parent7c6ac47334ee3c4de6d15308a7efab8764e2f6e9 (diff)
downloadaclog-bd7cc55625576c87a0742083c7317d3d87323677.tar.gz
cleanup code
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index ceb2c3e..483a624 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -48,7 +48,7 @@ module ApplicationHelper
end
def caption
- CGI.unescapeHTML "#{@caption}"
+ "#{@caption}"
end
def title