From 3b45f10b8329739dd50366d97b210f872bfba58f Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 16 May 2013 15:25:10 -0300 Subject: [PATCH] Fixing postgresql quote problem --- app/views/cms/_text_editor_sidebar.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/cms/_text_editor_sidebar.rhtml b/app/views/cms/_text_editor_sidebar.rhtml index dd88dcc..cc6f79b 100644 --- a/app/views/cms/_text_editor_sidebar.rhtml +++ b/app/views/cms/_text_editor_sidebar.rhtml @@ -13,7 +13,7 @@ <%= select_profile_folder( _('Choose folder to upload files:'), :parent_id, profile, default_folder, {}, {}, - 'type="Folder" or type="Gallery"' + "type='Folder' or type='Gallery'" ) %>

<%= file_field_tag('file1') %>

-- libgit2 0.21.2