浏览代码

标签修改

wangkaiyue 9 月之前
父节点
当前提交
256723f87d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resource/template/pc/components/tags-breadcrumb.html

+ 1 - 1
resource/template/pc/components/tags-breadcrumb.html

@@ -15,6 +15,6 @@
   {{else if $global.classNode.Name}}
   <span class="current-tag">{{$global.areaNode.Name}}{{$global.classNode.Name}}招标信息</span>
   {{else if $global.detail.title }}
-  <span class="current-tag" title="{{$global.detail.title}}">{{$global.detail.title | strlimit 46  "..."}}</>
+  <span class="current-tag" title="{{$global.detail.title}}">{{$global.detail.title | strlimit 46  "..."}}</span>
   {{end}}
 </section>