Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic pager renders incorrect html #2457

Closed
I-Valchev opened this issue Mar 8, 2021 · 0 comments · Fixed by #2460
Closed

Basic pager renders incorrect html #2457

I-Valchev opened this issue Mar 8, 2021 · 0 comments · Fixed by #2460
Labels
🐛 tag: bug This is a bug.

Comments

@I-Valchev
Copy link
Member

<ul class="pagination">

                                                <li class="pagination">
            <a href="/pages?page=1">Previous</a>
        </li>
    
        
                
                                                                                <li class="">
            <a href="/pages?page=1">1</a>
        </li>
    
                                                                                    <li class=" active">
            <a href="/pages?page=2">2</a>
        </li>
    
                    
                
                                        <li class=" active">
            <a href="/pages?page=2">Next</a>
        </li>
    
            </ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 tag: bug This is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant