Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 730494a

Browse files
committed
bugfix
1 parent 9696d51 commit 730494a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
{{end}}
213213
 • 
214214
{{$likeFlag := index $.likeflags .Id 1}}
215-
<span class="zan-operation {{if $likeFlag}}active{{end}}" data-objid="{{.Objid}}" data-objtype="1" data-flag="{{$likeFlag}}">
215+
<span class="zan-operation {{if $likeFlag}}active{{end}}" data-objid="{{.Id}}" data-objtype="1" data-flag="{{$likeFlag}}">
216216
<span class="zan-wrap">
217217
<i class="fa fa-thumbs-up"></i>
218218
</span>

0 commit comments

Comments
 (0)