Skip to content

Commit

Permalink
Fix typos in HTML navigation template
Browse files Browse the repository at this point in the history
  • Loading branch information
fschoelzel committed Jul 30, 2024
1 parent 05313de commit ae4bd40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
</f:link.action>
</f:then>
<f:else>
<span title="{f:translate(key: 'lastPage'}">
<span title="{f:translate(key: 'lastPage')}">
<f:translate key="lastPage"/>
</span>
</f:else>
Expand Down Expand Up @@ -241,7 +241,7 @@
<f:then>
<div class="measureBacks" style="top: 100px;">
<span class="prev">
<f:if condition="{currentMeasure} > 1}">
<f:if condition="{currentMeasure} > 1">
<f:then>
<f:variable name="prevMeasure" value="{currentMeasure - 1}" />
<f:link.action addQueryString="1" additionalParams="{'tx_dlf[measure]':'{currentMeasure - 1}', 'tx_dlf[page]':'{measurePages.{prevMeasure}}'}">
Expand Down

0 comments on commit ae4bd40

Please sign in to comment.