diff --git a/module/execution/ui/linkstory.html.php b/module/execution/ui/linkstory.html.php
index 1fdf305a98..659b27451e 100644
--- a/module/execution/ui/linkstory.html.php
+++ b/module/execution/ui/linkstory.html.php
@@ -33,7 +33,7 @@ $footToolbar['items'][] = array
(
'type' => 'btn-group',
'items' => array(
- array('text' => $lang->save, 'class' => "btn primary size-sm batch-btn ajax-btn", 'btnType' => 'primary', 'data-url' => createLink('execution', 'linkStory', "objectID=$object->id")),
+ array('text' => $lang->save, 'className' => "btn primary size-sm batch-btn ajax-btn", 'btnType' => 'primary', 'data-url' => createLink('execution', 'linkStory', "objectID=$object->id")),
)
);