taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit e7b269f9f5dac0270694171154076f3d29a67977
parent 629a6f12fc50c2dc300ecb003478ae9053b29de8
Author: Andreas HABEGGER <andreas.habegger@bfh.ch>
Date:   Mon, 10 Nov 2025 00:07:14 +0100

HF: Issue with HTML-tag mismatch

Diffstat:
Mtemplate/ngi-taler.html.j2 | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/template/ngi-taler.html.j2 b/template/ngi-taler.html.j2 @@ -282,14 +282,14 @@ <p class="mb-1 text-secondary small fst-italic">{{ item.comment }}</p> {% endif %} - {% if item.page is defined and item.page and item.page != "" %} - </div></div></a><div> + {% if item.page is defined and item.page and item.page != "" %} + </div></div></a><div><div> <div class="small text-muted"> <i class="fa fa-link me-1"></i> Further reading: - <a href="{{ item.page }}" class="text-muted text-decoration-none">{{ item.page }}</a> + <a href="{{ item.page }}" class="text-muted text-decoration-none">{{ item.page }} </div> - {% endif %} + {% endif %} </div> </div> </a>