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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Footer renders the static pages link with a wrapping <p> #2798

Closed
agustibr opened this issue Feb 22, 2018 · 2 comments
Closed

Footer renders the static pages link with a wrapping <p> #2798

agustibr opened this issue Feb 22, 2018 · 2 comments
Assignees
Labels
module: system type: bug Issues that describe a bug

Comments

@agustibr
Copy link
Contributor

This is a Bug Report

馃帺 Description

For bug reports:

  • What went wrong?
    Footer shows the static pages link with a wrapping <p>

  • What did you expect should have happened?
    No <p> wrapping the links

  • What was the config you used?
    development_app (from master)

  • What stacktrace or error message from your provider did you see?

馃搶 Related issues

  • none

馃搵 Additional Data

pasted the redered html

<ul class="footer-nav">
  <li><a href="/pages/faq">&lt;p&gt;Default title for faq&lt;/p&gt;</a></li>
  <li><a href="/pages/terms-and-conditions">&lt;p&gt;Default title for terms-and-conditions&lt;/p&gt;</a></li>
 <li><a href="/pages/accessibility">&lt;p&gt;Default title for accessibility&lt;/p&gt;</a></li>
</ul>
  • Decidim deployment where you found the issue:
    local

  • Browser & version:

  • Screenshot:
    screenshot from 2018-02-22 13-25-38

  • Error messages:

  • URL to reproduce the error:
    all the site

@agustibr agustibr added the type: bug Issues that describe a bug label Feb 22, 2018
@mrcasals
Copy link
Contributor

This was added by #2754. I was trying to make the body be wrapped with <p> tags, but I failed to realize this was being used to generate the title too 馃槥

@mrcasals
Copy link
Contributor

#2804 fixes it! 馃槃

@ghost ghost removed the in-progress label Feb 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: system type: bug Issues that describe a bug
Projects
None yet
Development

No branches or pull requests

2 participants