Skip to content

Commit

Permalink
Wraps each display hook with a div.z-displayhook
Browse files Browse the repository at this point in the history
  • Loading branch information
matheo committed Apr 10, 2012
1 parent 5090b43 commit f6387d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/viewplugins/function.notifydisplayhooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function smarty_function_notifydisplayhooks($params, Zikula_View $view)

$output = '';
foreach ($responses as $result) {
$output .= "$result\n";
$output .= "<div class=\"z-displayhook\">$result</div>\n";
}

return $output;
Expand Down

0 comments on commit f6387d6

Please sign in to comment.