1
0
Fork 0

Fixed int64 to string conversion.

This commit is contained in:
Alexander Andreev 2023-02-05 21:21:43 +04:00
parent ed09db85ed
commit dfa5f9bac6
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 1 deletions

View File

@ -57,5 +57,5 @@ block content
section#pagination
- var n int64 = 1;
while n <= pages_count
a(href='/guestbook?p='+string(n))= n
a(href='/guestbook?p='+fmt.Sprint(n))= n
- n += 1