grg021 / pfflipper

Page Forest APP - Flipper: A split-flap display simulator
5 stars 1 forks source link

TIDY on index.html produces errors: #13

Open mckoss opened 13 years ago

mckoss commented 13 years ago

/home/mckoss/src/pfflipper/index.html:28:1: Error: unexpected in /home/mckoss/src/pfflipper/index.html:67:1: Error: unexpected in

mckoss commented 13 years ago

Same for display.html:

/home/mckoss/src/pfflipper/display.html:28:1: Error: unexpected in /home/mckoss/src/pfflipper/display.html:58:1: Error: unexpected in

grg021 commented 13 years ago

Hopefully, there are no more errors:

tidy display.html Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" Info: Document content looks like HTML 4.01 Strict Info: No system identifier in emitted doctype No warnings or errors were found.

tidy display.html Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" Info: Document content looks like HTML 4.01 Strict Info: No system identifier in emitted doctype No warnings or errors were found.

mckoss commented 13 years ago

tags were not closed. I fixed in my repo.

grg021 commented 13 years ago

Synced my repo with yours, thanks.

mckoss commented 13 years ago

display.html has opened link tags - fixed in my repro.

grg021 commented 13 years ago

I've merged with your repo, thanks!