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

RNG links in wrong place on /Customizations/ page #1944

Closed
joeytakeda opened this issue Oct 26, 2019 · 1 comment
Closed

RNG links in wrong place on /Customizations/ page #1944

joeytakeda opened this issue Oct 26, 2019 · 1 comment
Assignees

Comments

@joeytakeda
Copy link
Contributor

The table that lists the RNG and ODD files for ODDS, TEI Plus, et al on this page https://tei-c.org/guidelines/Customization/ seems to be formatted incorrectly, if it's meant to follow the preceding table's format. Here's a screenshot:

Screen Shot 2019-10-26 at 4 55 03 PM

It seems, from reading the HTML source, that the links are in a <p> above the table, rather than in it:

<p><a href="../../release/xml/tei/custom/schema/relaxng/tei_odds.rng">RNG</a>&nbsp;&nbsp;&nbsp;<a href="../../release/xml/tei/custom/schema/relaxng/tei_allPlus.rng">RNG</a>&nbsp;&nbsp;&nbsp;<a href="../../release/xml/tei/custom/schema/relaxng/tei_svg.rng">RNG</a>&nbsp;&nbsp;&nbsp;<a href="../../release/xml/tei/custom/schema/relaxng/tei_math.rng">RNG</a>&nbsp;&nbsp;&nbsp;<a href="../../release/xml/tei/custom/schema/relaxng/tei_xinclude.rng">RNG</a></p>
<table>
<tbody>
<tr>
<td>Odds</td>
<td>TEI for authoring ODD, includes the TEI module for
creating ODD files and customizations</td>
<td><a href="../../release/xml/tei/custom/odd/tei_odds.odd">ODD</a></td>
</tr>
<tr>
<td>allPlus</td>
<td>TEI with with
all modules included, plus all external additions</td>
<td><a href="../../release/xml/tei/custom/odd/tei_allPlus.odd">ODD</a></td>
</tr>
<tr>
<td>TEI + SVG</td>
<td>TEI with SVG</td>
<td><a href="../../release/xml/tei/custom/odd/tei_svg.odd">ODD</a></td>
</tr>
<tr>
<td>TEI + Math</td>
<td>TEI with MathML</td>
<td><a href="../../release/xml/tei/custom/odd/tei_math.odd">ODD</a></td>
</tr>
<tr>
<td>TEI + XInclude</td>
<td>TEI with XInclude</td>
<td><a href="../../release/xml/tei/custom/odd/tei_xinclude.odd">ODD</a></td>
</tr>
</tbody>
</table>
@martinascholger martinascholger self-assigned this Dec 3, 2019
@martinascholger martinascholger added this to the Guidelines 3.7.0 milestone Jan 30, 2020
@martinascholger
Copy link
Member

Done, thanks @joeytakeda

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

2 participants