--- views_bootstrap\templates\accordion\theme.inc	2016-11-30 17:16:29.000000000 +0530
+++ views_bootstrap\templates\accordion\theme.inc	2016-09-15 11:24:07.000000000 +0530
@@ -6,16 +6,13 @@
 function template_preprocess_views_bootstrap_accordion_plugin_style(&$vars) {
   $view = &$vars['view'];
   $title_field = $vars['options']['title_field'];
-  $allowedHtml = $vars['options']['title_field'];
-  
+
   $vars['classes_array'][] = 'panel-group';
 
   // Get titles.
   if (isset($view->field[$title_field])) {
     foreach ($vars['view']->result as $key => $field) {
       $vars['titles'][$key] = strip_tags($view->style_plugin->get_field($key, $title_field));
-      if ($allowedHtml)
-        $vars['titles'][$key] = $view->style_plugin->get_field($key, $title_field);
     }
   }
 }
