apify icon indicating copy to clipboard operation
apify copied to clipboard

Encoded char is used for path separator

Open redmunds opened this issue 10 years ago • 1 comments

I'm seeing this path being generated:

<a href="../modules/src/command&#x2F;Menus.html">Menus</a>

Although it seems to work, I don't think &#x2F; should be used. Should simply be:

<a href="../modules/src/command/Menus.html">Menus</a>

redmunds avatar Apr 21 '14 18:04 redmunds

Re-opening. I'm seeing this again in Dependencies section:

          <section id="dependencies">
            <h3>Dependencies</h3>

            <ul class="nav nav-list">
              <li><a href="..&#x2F;..&#x2F;..&#x2F;../modules/thirdparty/lodash.html">lodash</a></li>
              <li><a href="..&#x2F;..&#x2F;..&#x2F;../modules/utils/Global.html">Global</a></li>
              <li><a href="..&#x2F;..&#x2F;..&#x2F;../modules/command/Commands.html">Commands</a></li>
              <li><a href="..&#x2F;..&#x2F;..&#x2F;../modules/command/KeyBindingManager.html">KeyBindingManager</a></li>
              <li><a href="..&#x2F;..&#x2F;..&#x2F;../modules/utils/StringUtils.html">StringUtils</a></li>
              <li><a href="..&#x2F;..&#x2F;..&#x2F;../modules/command/CommandManager.html">CommandManager</a></li>
              <li><a href="..&#x2F;..&#x2F;..&#x2F;../modules/widgets/PopUpManager.html">PopUpManager</a></li>
              <li><a href="..&#x2F;..&#x2F;..&#x2F;../modules/utils/ViewUtils.html">ViewUtils</a></li>
              <li><a href="..&#x2F;..&#x2F;..&#x2F;../modules/utils/DeprecationWarning.html">DeprecationWarning</a></li>
            </ul>


          </section>

redmunds avatar May 27 '14 18:05 redmunds