TEIC / Roma-Antiqua

This repository houses the code for Roma Antiqua, the web based TEI software for generating customisations.
https://romaantiqua.tei-c.org
20 stars 7 forks source link

first <p> in ODD gets cut off #17

Open peterstadler opened 8 years ago

peterstadler commented 8 years ago

relocating from https://github.com/TEIC/TEI/issues/956


Here's how you can reproduce the error:

  1. At http://www.tei-c.org/Roma/ , choose to create a customization based on Tite. Click Start.
  2. Roma sends you to the Customize tab. Click Save, even without making other changes.
  3. Click the Save Customization tab.
  4. Open the ODD file. You will get this:
<div type="section" xml:id="intro">
<head>Introduction</head>
<p><ref target="http://www.tei-c.org/Roma/"&gt;Roma web tool</ref>, can generate these. This
document specifies how TEI Tite should be applied. Its&#13; organizing model is roughly the

where all the text before

<ref target="http://www.tei-c.org/Roma/"&gt;Roma web tool</ref>

is lost. This doesn't happen if you don't click Save in step 2.