LIT-EIA / adapt-esdc-accessibilityfixes

Extension to load and run a .js file when a course loads
GNU General Public License v3.0
5 stars 2 forks source link

All Components -   #151

Closed TimbroVince closed 1 year ago

TimbroVince commented 2 years ago

Sometimes, in component bodies, using a space will get converted to  

Should we convert them to a regular space automatically

How are they getting added automatically?

falcochip commented 2 years ago

Disable code from config settings? clean up "kill nbsp"?

jonahxu commented 2 years ago

document.body.innerHTML = document.body.innerHTML.replace(/ /g, " ");

ftourangeau commented 1 year ago

Duplicate issue of #163