From 79e0a11054ba7d839cbe4d0ab70c8e4cc958f3f8 Mon Sep 17 00:00:00 2001 From: Zanz2 Date: Wed, 25 Oct 2017 17:39:01 +0200 Subject: [PATCH] Fixed before start and link not displaying in protocol description --- app/controllers/protocols_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/protocols_controller.rb b/app/controllers/protocols_controller.rb index 39f622db4..217ec22a0 100644 --- a/app/controllers/protocols_controller.rb +++ b/app/controllers/protocols_controller.rb @@ -1019,8 +1019,8 @@ class ProtocolsController < ApplicationController def protocols_io_fill_desc(json_hash) description_array = %w[ - (before_start warning guidelines manuscript_citation publish_date - created_on vendor_name vendor_link keywords tags link) + ( before_start warning guidelines manuscript_citation publish_date + created_on vendor_name vendor_link keywords tags link ) ] description_string = sanitize_input(params['protocol']['description']) description_array.each do |e|