Skip to content

Commit

Permalink
reviews: now printing 'review' in front of titles
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Apr 17, 2014
1 parent 2b23ee4 commit d0a364b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/modules/bibl.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ declare function bibl:printArticleCitation($biblStruct as element(tei:biblStruct
element {$wrapperElement} {
$authors,
', ',
if($biblStruct[@type='review']) then '[' || lang:get-language-string('review', $lang) || '] '
else (),
$articleTitle,
', in: ',
$journalCitation/span,
Expand Down

0 comments on commit d0a364b

Please sign in to comment.