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

Malformed HTML in navigation links on M3.2 #21

Closed
logan-reynolds opened this issue Feb 4, 2017 · 2 comments
Closed

Malformed HTML in navigation links on M3.2 #21

logan-reynolds opened this issue Feb 4, 2017 · 2 comments

Comments

@logan-reynolds
Copy link

When testing on Moodle 3.2 Boost theme, this format seems to be displaying the html structure as the title of each tab, caused by a problem with additional doublequote (and possibly other) characters. The text inside of the first tab shows as:

"<div style="" class="tab_content marker "><span>Topic 0</span></div>"

The anchor tag is being rendered as:

<a class="nav-link active " title="Topic" 0="" id="yui_3_17_2_1_1485987452297_35"><div style="" class="tab_content marker "><span>Topic 0</span></div></a>

If you edit the structure of the anchor tag, it displays properly:

<a class="nav-link active " title="Topic 0" id="yui_3_17_2_1_1485987452297_35"><div style="" class="tab_content marker "><span>Topic 0</span></div></a>

@sbourget
Copy link
Contributor

sbourget commented Feb 4, 2017

I ran across the same issue a few weeks ago and found it was a specific issue with the boost theme. (It was converting the HTML to text rather than displaying it as HTML) I submitted a fix for this as MDL-57728 (https://tracker.moodle.org/browse/MDL-57728) which was merged last week.

Can you try upgrading your copy of Moodle 3.2 to at least build 3.2.1+ (Build: 20170202). The tabs should be displayed properly once you upgrade.

@davidherney
Copy link
Owner

I close it because is not a onetopic bug and it was fixed in moodle.

Thx @sbourget

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

3 participants