Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Fix illegal HTML in weekly schedule view #4

Open
raxod502 opened this issue Jul 3, 2018 · 0 comments
Open

Fix illegal HTML in weekly schedule view #4

raxod502 opened this issue Jul 3, 2018 · 0 comments
Labels
good first issue Good for newcomers react

Comments

@raxod502
Copy link
Contributor

raxod502 commented Jul 3, 2018

From @PythonNut on January 12, 2018 6:47

Currently, components/MainPanelSchedule.js produces incorrect HTML:

  1. The schedule nests a <p> as a direct descendant of a <p>, which is illegal.
  2. The schedule nests a <div> as a direct descendant of a <table>, which is illegal.

Copied from original issue: hyperschedule/hyperschedule#40

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers react
Projects
None yet
Development

No branches or pull requests

1 participant