Skip to content

Fix malformed style attribute in pagination template - #75

Merged
kanejamison merged 1 commit into
mainfrom
claude/bunko-pr-72-replication-u0iheh
Jul 23, 2026
Merged

Fix malformed style attribute in pagination template#75
kanejamison merged 1 commit into
mainfrom
claude/bunko-pr-72-replication-u0iheh

Conversation

@kanejamison

@kanejamison kanejamison commented Jul 23, 2026

Copy link
Copy Markdown
Owner

Summary

Fixed a syntax error in the pagination section of the collections index template where the style attribute was missing opening quotes.

closes #61

Changes

  • lib/tasks/templates/views/collections/index.html.erb.tt: Corrected malformed style attribute from style=display: flex; justify-content: space-between;"> to style="display: flex; justify-content: space-between;">

Details

The pagination section's inline style attribute was missing the opening quote after style=, which would cause invalid HTML to be generated in the template output. This fix ensures the CSS flexbox properties are properly applied to the pagination container.

https://claude.ai/code/session_01WTCZiEz2TKhKJ8isSRHH1S

The style attribute on the pagination section was missing its opening
quote, producing invalid HTML in the generated collection index view.
@kanejamison
kanejamison merged commit 35a355b into main Jul 23, 2026
7 checks passed
@kanejamison
kanejamison deleted the claude/bunko-pr-72-replication-u0iheh branch July 23, 2026 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Malformed style attribute in generated index view pagination

1 participant