Skip to content

Commit

Permalink
minro erro in teiHeader tagsdecl
Browse files Browse the repository at this point in the history
  • Loading branch information
linxOD committed Sep 20, 2022
1 parent 936565e commit 0fc4f95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion freud_api_crawler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Peter Andorfer"""
__email__ = '[email protected]'
__version__ = '2.0.4'
__version__ = '2.0.5'
4 changes: 2 additions & 2 deletions freud_api_crawler/templates/tei.xml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
</sourceDesc>
</fileDesc>
<encodingDesc>
<tagsDecsl>
<tagsDecl>
<rendition xml:id="smallcaps" scheme="css" selector="hi">font-variant:small-caps;letter-spacing:8px;</rendition>
<rendition xml:id="em" scheme="css" selector="hi">font-style:italic;</rendition>
<rendition xml:id="bold" scheme="css" selector="hi">font-weight:bold;</rendition>
Expand All @@ -450,7 +450,7 @@
<rendition xml:id="marginalie_place" selector="p">TBA</rendition>
<rendition xml:id="title" selector="p[@class='title']">Haupttitle des Dokuments</rendition>
<rendition xml:id="h1" selector="p[@class='h1']">Titel eines Paragraphen</rendition>
</tagsDecsl>
</tagsDecl>
</encodingDesc>
<profileDesc>
<langUsage>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/acdh-oeaw/freud_api_crawler',
version='2.0.4',
version='2.0.5',
zip_safe=False,
)

0 comments on commit 0fc4f95

Please sign in to comment.