Skip to content

Commit

Permalink
[BUGFIX] Removed unneeded /> and added missing closing span and li in…
Browse files Browse the repository at this point in the history
… paginate widget template
  • Loading branch information
reinhardfuehricht committed Jun 1, 2016
1 parent 5c1b223 commit a36ff82
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<a href="{fh:widget.uri(arguments:{currentPage: 1})}" title="{f:translate(key:'widget.pagination.first')}">
<core:icon identifier="actions-view-paging-first" />
</a>
/>
</li>
<li>
<a href="{fh:widget.uri(arguments:{currentPage: pagination.previousPage})}" title="{f:translate(key:'widget.pagination.previous')}">
Expand Down Expand Up @@ -94,6 +93,8 @@
<li class="disabled">
<span>
<core:icon identifier="actions-view-paging-next" />
</span>
</li>
<li class="disabled">
<span>
<core:icon identifier="actions-view-paging-last" />
Expand Down

0 comments on commit a36ff82

Please sign in to comment.