chiefwigms / picobrew_pico

MIT License
149 stars 63 forks source link

remove special characters in the tilt address break due to html anchor incompatibility #270

Closed tmack8001 closed 3 years ago

tmack8001 commented 3 years ago

These special characters ':' in the href / id fields in HTML break the expand functionality of the accordians in bootstrap. So I've decided to remove both the ':' (linux/win address) and '-' (macos address). These also just caused the device name to be longer which just looked weird in narrow displays (phones).

cc/ @cgalpin have a look, though fairly simple

cgalpin commented 3 years ago

Looks good. Sorry I didn't notice on the linux side. Was too focused on making sure the mac side worked!