CDRH / earlywashingtondc

OSCYS Rails site
http://earlywashingtondc.org
2 stars 0 forks source link

extra space in ref links #212

Closed kacinash closed 7 years ago

kacinash commented 7 years ago

When case narratives/summaries have a link to a case, something is giving it an extra space at the end of the link.

See, for example:

screen shot 2017-04-26 at 1 15 45 pm

This is what the code looks like in the document: <hi rend="italic"><ref target="oscys.caseid.0011">Mima Queen v. Hepburn</ref></hi>.

jduss4 commented 7 years ago

In looking into this, I realized that things aren't being italicized, despite being marked that way in the TEI, so I went ahead and added a little CSS to accomplish that. https://github.com/CDRH/earlywashingtondc/commit/3e58f8e42408854f0382bf7bec812053f6cfc933

@kacinash, @karindalziel came up with a fix in a branch which will require regenerating all the HTML files. When you are back, let me know when would be a good time to try it out on dev! We could run it for that single file to look at there and see if it fixes it before running it on all dev.

jduss4 commented 7 years ago

https://github.com/CDRH/data_oscys/pull/28