# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: quicktabs.module --- quicktabs.module +++ quicktabs.module @@ -377,6 +377,10 @@ 'fragment' => 'quicktabs-'. $qtid, ); + if($quicktabs['sanitized']) { + $link_options['html'] = TRUE; + } + return $link_options; } Index: includes\quicktabs.views.inc --- includes\quicktabs.views.inc +++ includes\quicktabs.views.inc @@ -50,6 +50,7 @@ 'default_tab' => '0', 'style' => $view->style_options['tab_style'], 'tabs' => $tabs, + 'sanitized' => TRUE ); return theme('quicktabs', $quicktabs);