From f8169e9275e463a0cf1d39d947bfaf719575e908 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Wed, 29 Oct 2014 17:35:36 -0300 Subject: [PATCH] video_plugin: fix html escape --- plugins/video/views/content_viewer/_video.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/video/views/content_viewer/_video.html.erb b/plugins/video/views/content_viewer/_video.html.erb index 6bbda38..513ed05 100644 --- a/plugins/video/views/content_viewer/_video.html.erb +++ b/plugins/video/views/content_viewer/_video.html.erb @@ -3,7 +3,7 @@ @@ -12,7 +12,7 @@ @@ -31,4 +31,4 @@
<% _("Description:") %> -<%= @page.body %> \ No newline at end of file +<%= @page.body %> -- libgit2 0.21.2