diff --git a/Technical-changes-in-Piwigo-13.md b/Technical-changes-in-Piwigo-13.md index a03a8bf..62cb1b8 100644 --- a/Technical-changes-in-Piwigo-13.md +++ b/Technical-changes-in-Piwigo-13.md @@ -1,7 +1,7 @@ ## Body classes and data Classes and dataset have been added to the body tag of the gallery HTML. -These classes and data allow specific pages to be selected when customising with CSS and Javascript. It will not appear in themes that have their own _header.tpl_ unless `class="{foreach from=$BODY_CLASSES item=class}{$class} {/foreach}" data-infos={$BODY_DATA}` is added to the body tag. +These classes and data allow specific pages to be selected when customising with CSS and Javascript. It will not appear in themes that have their own _header.tpl_ unless `class="{foreach from=$BODY_CLASSES item=class}{$class} {/foreach}" data-infos='{$BODY_DATA}'` is added to the body tag. It should look something like this: ``