summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-18 09:20:55 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-18 09:20:55 +0100
commite72592f4aa254e3b96d82a6edc95bcc8b8b41982 (patch)
tree6ea864412fe8f7e1185e230fa31ce682af86f0d3 /templates
parent031c24308f9a907e67c70084ff6bb1e8894b5351 (diff)
downloadfisheye-e72592f4aa254e3b96d82a6edc95bcc8b8b41982.tar.gz
fisheye-e72592f4aa254e3b96d82a6edc95bcc8b8b41982.tar.bz2
fisheye-e72592f4aa254e3b96d82a6edc95bcc8b8b41982.zip
Fix auto_flow counter: assign="imageCount" in loop so modulo checks work
{counter} without assign= never updated $imageCount — it stayed at 0, making 0%2, 0%3, 0%4 all permanently true, inserting all three clear divs after every item. Gallery never formed a grid. Adding assign= makes the variable track the actual item count. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates')
0 files changed, 0 insertions, 0 deletions