Skip to content

Spaces where inadvertently removed from templates#20

Open
wshawn wants to merge 1 commit intoopengeek:masterfrom
wshawn:patch-1
Open

Spaces where inadvertently removed from templates#20
wshawn wants to merge 1 commit intoopengeek:masterfrom
wshawn:patch-1

Conversation

@wshawn
Copy link
Copy Markdown

@wshawn wshawn commented May 2, 2013

Even with &activeClasses=class="active" (notice the space), collision would happen:

  • <aclass="active" href="z-store/getresourcesstore.html?page=2">2
  • Thereby destroying the active link. For whatever reason it works in the first [[+activeClasses]], but is trimmed in subsequent calls.

    Even with &activeClasses=` class="active"` (notice the space), collision would happen: <li class="active"><aclass="active" href="z-store/getresourcesstore.html?page=2">2</a></li>
    
    Thereby destroying the active link.  For whatever reason it works in the first [[+activeClasses]], but is trimmed in subsequent calls.
    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.

    1 participant