ambuda-org / vidyut

Infrastructure for Sanskrit software. For Python bindings, see `vidyut-py`.
49 stars 21 forks source link

wrong closing tags in vidyut-prakriya's `index.html` #38

Closed vipranarayan14 closed 1 year ago

vipranarayan14 commented 1 year ago

There are wrong closing tags in the following lines of the vidyut-prakriya's index.html:

See the lint errors on Prettier playground online.

shreevatsa commented 1 year ago

Good catches, thanks for noticing and reporting. We should fix…

akprasad commented 1 year ago

Thanks! Since these are typos as well, can you fold these into #35?

vipranarayan14 commented 1 year ago

Sure! While doing that, would you want me to format the file using Prettier? I noticed some inconsistencies in the style, viz. closing of the meta tags, indentation and splitting of multi-line tags, etc.

akprasad commented 1 year ago

Formatting seems a little larger, so let's do that in a separate PR -- thanks!

vipranarayan14 commented 1 year ago

Fixed in #35.