cd into the NodeBB directory and run git checkout v1.17.0 after the clone.
Is it a bug in nodebb?
-
Nodebb by default has got description in span tag but when a new Category is created and description is given, it seems nodebb creates a new paragraph tag inside span. Has anyone faced similar issue?
Please see the screenshot below. The one in green circle is nodebb default category html generated code, and the one in red circle is created by me, the highlight p tag is generated by nodebb..if so why??? Is it a bug??
-
Looks like the description is now parsed to prevent issues with spacing when subcategories are used.
ex
https://github.com/NodeBB/NodeBB/issues/4355