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

Unexpected error #12583

Open
3 tasks
philjdias opened this issue Sep 1, 2023 · 0 comments
Open
3 tasks

Unexpected error #12583

philjdias opened this issue Sep 1, 2023 · 0 comments

Comments

@philjdias
Copy link

What should happen?

I have been testing out the new 6.8.1 version as was excited to see foundations-sites will be compatible with newer versions of node.js. I am trying to move an existing projecting into the new way of doing things. But before even moving existing projects. I get a bug unless I being dumb. Whatever I try, the index.html page always gets unwanted code added somewhere.
...

What happens instead?

The code added is this below.

article class="docs-component" id="docs-">

  |  
  |  
  |  
  | div class="row">
  |  
  | div class="large-9 columns docs-component-inner " id="docs">
  |div>
  | header>
  | h1 class="docs-page-title">
  |  
  |  
  |  
  |  
  | header>
  |  
  |  
  |  
  |  
  |  
  | div>
  | div>
  |  
  | div class="large-3 columns show-for-medium">
  | nav class="docs-toc-wrap" id="docsToc" data-sticky-container>
  | div class="docs-toc hide" id="docsTOC" data-sticky data-margin-top="6" data-anchor="docs">
  | ul class="vertical menu" data-docs-toc data-magellan data-offset="130">
  | li class="docs-nav-title">
  | /ul>
  |  
  | hr class="docs-toc-divider small">
  |  
  | ul class="docs-contribute-menu">
  | li>Edit this Page
  | li>Report a Bug
  | li>Get Help
  | /ul>
  | div class="foundation-toc-ad-unit" id="TOCAdUnit">
  | /div>
  |  
  | /nav>
  |  
  |  
  | /div>
  |  
  | /div>
  |  
  | /article>

body>
/html>

Why is this code being added, it is not in the default layout and I have removed js and scss to make sure they are not providing extra html.
...

Possible Solution

...

Test Case and/or Steps to Reproduce (for bugs)

Test Case:

How to reproduce:
1.
2.
3.

Context

...

Your Environment

  • Foundation version(s) used:
  • Browser(s) name and version(s):
  • Device, Operating System and version:
  • Link to your project:

Checklist

  • I have read and follow the CONTRIBUTING.md document.
  • There are no other issues similar to this one.
  • The issue title and template are correctly filled.
  <div class="row">

<div class="large-9 columns docs-component-inner " id="docs">

        </header>





        </div>
<div class="large-3 columns show-for-medium">
    <hr class="docs-toc-divider small">

    <ul class="docs-contribute-menu">
    <li><a href="[https://github.com/foundation/foundation-sites/edit/develop/docs\pages\index.md](https://github.com/foundation/foundation-sites/edit/develop/docs/pages/index.md)" target="_blank"><i class="fi-pencil"></i>Edit this Page</a></li>
    <li><a href="https://github.com/foundation/foundation-sites/issues/new?title=%5B%5D%20ISSUE%20NAME%20HERE" target="_blank"><i class="fi-social-github"></i>Report a Bug</a></li>
    <li><a href="https://github.com/foundation/foundation-sites/discussions" target="_blank"><i class="fi-comment"></i>Get Help</a></li>
  </ul>
  <div class="foundation-toc-ad-unit" id="TOCAdUnit"></div>
</div>

</nav>


  </div>

</div>

</article>
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

1 participant