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

[BUG] html tag bcode not balanced #276

Closed
rdkmaster opened this issue Aug 10, 2017 · 3 comments
Closed

[BUG] html tag bcode not balanced #276

rdkmaster opened this issue Aug 10, 2017 · 3 comments

Comments

@rdkmaster
Copy link

Overview of the issue

in the generated html sources, some unbalanced bcode tag found, e.g. try investigate the source of this file, search bcode in the source tag of chrome. 3 unstarted bcode tag will be found

image
the cresponding source file of this html doc is here.

Operating System, Node.js, npm, compodoc version(s)

win7 x64, node 6.10, npm 3.10

Angular configuration, a package.json file in the root folder

yes

Compodoc installed globally or locally ?

both globally and locally produces the same result

Motivation for or Use Case

see #252, i have to transform the generated html doc to html fragment for my website, this issue make my transforming script do not work correctly, the script can find a correct end tag because of this unexpected bcode tag

Reproduce the error

try to generate html doc by using this source file

Related issues

#252

Suggest a Fix

it is quite obviously that the bcode tag is unneccessary.

@vogloblinsky
Copy link
Contributor

vogloblinsky commented Aug 10, 2017

Ok found three typo in handlebars templates, fixed.
I have pushed the develop branch.
Coming in 1.0.0-beta.14 very soon.

@rdkmaster
Copy link
Author

thanks @vogloblinsky

@lock
Copy link

lock bot commented Oct 1, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants