Menu text used as class names #37
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
OERF/oeru_course#37
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: jimt
Menu item text is turned into class names by lower casing and hyphenating with no prefixing/suffixing/escaping of existing class names. As an example a menu item of
Course contentturns into a menu item classcourse-contentwhich has a CSS meaning. There are obviously many other names that would conflict with existing class names.Created by: jimt
4c29e21works around the problem. The proper solution would probably be to avoid the menu item title from appearing in the list of classes in the first place.