Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about 1300 files don't have correct markup for modern/ancient #282

Open
emylonas opened this issue Mar 8, 2023 · 0 comments
Open

about 1300 files don't have correct markup for modern/ancient #282

emylonas opened this issue Mar 8, 2023 · 0 comments
Assignees

Comments

@emylonas
Copy link
Contributor

emylonas commented Mar 8, 2023

We have changed the way we markup whether an object is ancient or modern - at one point, we used

<summary>
  <note>xx</note>
</summary>

later we seem to have used

<summary>
  <rs>xxx</rs>
  <note>xx</note>
</summary>

and now we use

<summary>
  <rs>xx</rs>
</summary>

It's a painstaking process, but we should update older files so they have the correct markup. This is in place even if the inscription is ancient and has a blank <rs> element.

@emylonas emylonas self-assigned this Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant