Skip to content

Commit

Permalink
title is retrieved from link instead of atom entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeryNi committed Jan 16, 2025
1 parent e3dc282 commit 765ff14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
</cit:protocol>
<cit:name>
<gco:CharacterString>
<xsl:value-of select="$entry/atom:title" />
<xsl:value-of select="@title" />
</gco:CharacterString>
</cit:name>
<cit:description>
Expand Down

0 comments on commit 765ff14

Please sign in to comment.