Fixed int64 to string conversion.
This commit is contained in:
parent
ed09db85ed
commit
dfa5f9bac6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user