Explorar o código

Merge branch 'feature/v4.8.38_wky' of qmx/jy into feature/v4.8.38

wangkaiyue %!s(int64=2) %!d(string=hai) anos
pai
achega
2519058b91
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/web/templates/common/pcbottom.html

+ 1 - 1
src/web/templates/common/pcbottom.html

@@ -24,7 +24,7 @@
             <dl>
               <dt><a {{if $v.Link}} href="{{$v.Link}}"{{else}} href="javascript:;"{{end}}>{{$v.Title}}</a></dt>
               {{range $ii,$c := $v.Child }}
-                <dd><a {{if $v.Link}} href="{{$c.Link}}"{{else}} href="javascript:;"{{end}}>{{$c.Title}}</a></dd>
+                <dd><a {{if $c.Link}} href="{{$c.Link}}"{{else}} href="javascript:;"{{end}}>{{$c.Title}}</a></dd>
               {{end}}
             </dl>
           {{end}}