mraza007 / useful-bookmarks

Basically my firefox bookmarks with better search
https://bookmarks-flask.herokuapp.com/
MIT License
28 stars 16 forks source link

Reformatted HTML #8

Closed matteoformenti closed 4 years ago

mraza007 commented 4 years ago

Thanks Great Work how were you able to do it that quickly ?

matteoformenti commented 4 years ago

Pretty easy, you had misplaced nested tags (hr a /h3 /a) so i removed all h3 and /h3 using regex (since their class doesn't affect the display) and reformatted all lines using phpstorm