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

NavBar Item and Corousel Item (s) are returning escaped html and will not render as html #36

Closed
philippfrenzel opened this issue Feb 6, 2021 · 2 comments

Comments

@philippfrenzel
Copy link
Contributor

yii-bootstrap5 returns html escaped strings for items after clean setup as online readme

  • <a class="nav-link" href="/blog">Blog</a>
  • <a class="nav-link" href="/blog/comments/">Comments Feed</a>
  • <a class="nav-link" href="/user">Users</a>
  • <a class="nav-link" href="/contact">Contact</a>
  • <a class="nav-link" href="/swagger">Swagger</a>
  • <a class="nav-link" href="/login">Login</a>
  • <a class="nav-link" href="/signup">Signup</a>
  • What steps will reproduce the problem?

    • php8.0.4 fresh install - composer 2.0 fresh install
    • git clone yiisoft/yii-demo
    • follow readme
    • open localhost:8080

    What is the expected result?

    clean demo bootstrap

    What do you get instead?

    elements created with item are returned as escaped html and not as html

    Additional info

    Q A
    Version 3.0@dev
    PHP version 8.0.4
    Operating system ubuntu 20.0.4
    @Mister-42
    Copy link
    Contributor

    Yes, we are working on this as we speak in #35 indeed :)

    @Mister-42
    Copy link
    Contributor

    PR yiisoft/demo#236 prepared for when #35 is ready

    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

    No branches or pull requests

    2 participants