Skip to content

Commit

Permalink
some normalization of whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Apr 17, 2014
1 parent d0a364b commit cf47363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/modules/bibl.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ declare function bibl:printBookCitation($biblStruct as element(tei:biblStruct),
:)
declare function bibl:printArticleCitation($biblStruct as element(tei:biblStruct), $wrapperElement as xs:string, $lang as xs:string) as element() {
let $authors := bibl:printCitationAuthors($biblStruct//tei:author, $lang)
let $articleTitle := <span class="title">{string-join($biblStruct/tei:analytic/tei:title, '. ')}</span>
let $articleTitle := <span class="title">{string-join($biblStruct/tei:analytic/tei:title/normalize-space(), '. ')}</span>
let $journalCitation := bibl:printJournalCitation($biblStruct/tei:monogr, 'wrapper', $lang)
return
element {$wrapperElement} {
Expand Down

0 comments on commit cf47363

Please sign in to comment.