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

Glitch in "Fork Me on GitHub" ribbon (only on Guidelines page) #102

Open
sprunka opened this issue Feb 4, 2017 · 1 comment
Open

Glitch in "Fork Me on GitHub" ribbon (only on Guidelines page) #102

sprunka opened this issue Feb 4, 2017 · 1 comment
Labels

Comments

@sprunka
Copy link
Contributor

sprunka commented Feb 4, 2017

Tested in Linux Mint on Google Chrome and Firefox only at this point. Screenshot below (Chrome, but Firefox looks the same.)

forkmeribbonglitch

@MrChozo
Copy link
Contributor

MrChozo commented Mar 23, 2018

I'm also seeing this on the Guidelines page. It's strange, because the default layout shows the ribbon code as this:
capture

But the actual code is akin to this, as if that anchor is being appended a number of times.

</div> <!-- {% endblock %} -->
<a href="https://github.com/phpmentoring/phpmentoring.github.com/wiki/HOWTO"></a>
<div class="github-fork-ribbon-wrapper right-bottom">
    <a href="https://github.com/phpmentoring/phpmentoring.github.com/wiki/HOWTO"></a>
    <div class="github-fork-ribbon">
        <a href="https://github.com/phpmentoring/phpmentoring.github.com/wiki/HOWTO"></a>
        <a href="https://github.com/phpmentoring/webapp" title="Fork phpmentoring/webapp on GitHub">Fork me on GitHub</a>
    </div>
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants