Skip to content

Commit

Permalink
aDIS: fix expiration date
Browse files Browse the repository at this point in the history
  • Loading branch information
benibela committed Dec 16, 2024
1 parent edb7755 commit 8e0a1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/libraries/templates/aDISWeb/accountOverview
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
first-login := false()

) else (),
head(//tr[ends-with(normalize-space(th[1]), "Ausweis gültig bis")]
head(//tr[ends-with(normalize-space(th[1]), "Ausweis gültig bis")]/join(td)
otherwise //dl/dt[normalize-space() = "Ausweis gültig bis"]/following-sibling::dd[1]
)!($account-expiration := join(td)) }
)!($account-expiration := .) }
<t:switch prioritized="true">
<body>
<t:switch>
Expand Down

0 comments on commit 8e0a1e9

Please sign in to comment.