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

Rendering of <fw place="left"> #110

Open
aewingate opened this issue Aug 10, 2021 · 1 comment
Open

Rendering of <fw place="left"> #110

aewingate opened this issue Aug 10, 2021 · 1 comment
Assignees
Labels
awaiting signoff Fix has been attempted and needs confirmation that it's done rendering Rendering of TEI markup

Comments

@aewingate
Copy link
Collaborator

Jim and I noticed today that text within the <fw place="left> element/attribute combo (usually the librarian's mark of the page number) is rendering differently on Carbon than it is in the live site.

Here in ALCH00063-02 on 2.1v, the live site has the number (2) on a new line (which is what we want) versus on Carbon, it's on the same line as the first line of text.
image
Live site

image
Carbon

The encoding itself doesn't have a in it, so it seems that a line break is being added in the rendering for the live site.
image

Instead of going into all of the individual manuscripts and adding a after the , it seems better to do it in the rendering.
Interestingly, it seems like the issue only occurs with . The numbers in are rendering on a new line without a in the encoding itself (see 2.2r on http://carbon.dlib.indiana.edu:8220/text/ALCH00063-02/diplomatic).

@aewingate aewingate added the rendering Rendering of TEI markup label Aug 10, 2021
@tubesoft
Copy link
Collaborator

By adding the following code to CSS, I managed to create a linebreak:

.place-left {
	text-align: left;
	display: block;
}

image

If there are any further issues, please let me know.

tubesoft pushed a commit that referenced this issue Oct 5, 2021
@tubesoft tubesoft added the awaiting signoff Fix has been attempted and needs confirmation that it's done label Nov 2, 2021
tubesoft pushed a commit that referenced this issue Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting signoff Fix has been attempted and needs confirmation that it's done rendering Rendering of TEI markup
Projects
None yet
Development

No branches or pull requests

3 participants