Skip to content

Commit

Permalink
fix for diary ids not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Aug 15, 2013
1 parent 718a726 commit f7628d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/xql/modules/wega.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ declare function wega:getDiaryMetaData($doc as document-node(), $lang as xs:stri
else '%A, %d. %B %Y'
let $xslParams := <parameters><param name="lang" value="{$lang}"/></parameters>
let $date := xs:date($diaryEntry/@n)
let $id := $diaryEntry//tei:ab/@xml:id
let $id := $diaryEntry/@xml:id

return (
element div {
Expand Down

0 comments on commit f7628d7

Please sign in to comment.