Fatal Error После вставки data-uk-grid="{gutter: 20}"

Если я использую
<div class="uk-grid" data-uk-grid="{gutter: 20}">Grig</div>
то из за этого
="{gutter: 20}"
все рушиться! Если просто
data-uk-grid
то работает как надо.

Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template
 "/home/templates/skin/gm/topic_list.tpl" on line 2 "<div class="uk-grid-width-small-1-2 uk-grid-width-medium-1-3 uk-grid-width-large-1-4" data-uk-grid="{gutter: 20}">" - Unexpected ": ", expected one of: "}" , " "' in 
/home/engine/lib/external/Smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php:627 Stack trace: #0 
/home/engine/lib/external/Smarty/libs/sysplugins/smarty_internal_templateparser.php(3154): Smarty_Internal_TemplateCompilerBase->trigger_template_error() #1 
/home/engine/lib/external/Smarty/libs/sysplugins/smarty_internal_templateparser.php(3219): Smarty_Internal_Templateparser->yy_syntax_error(2, ': ') #2 
/home/engine/lib/external/Smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php(105): Smarty_Internal_Te in 
/home/engine/lib/external/Smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php on line 627


Как с этим бороться?