Browse Source

span添加闭标签

zhangxc 5 years ago
parent
commit
c892740902
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/information.js

+ 1 - 1
src/js/information.js

@@ -88,7 +88,7 @@ function getInfomation() {
         item.content = item.content.replace(/{imageUrlPrefix}/g, imageUrlPrefix);
         anchors = '<li><i></i><a href="#' + item.title +
           '">' + item.title + '</a></li><li class="anchor-line"></li>';
-        str = '<div class="infoBox"><div class="title"> <div class= "circleBox"><span class="circle"> <span></div> <h2 class="titleH2" id="' + item.title +
+        str = '<div class="infoBox"><div class="title"> <div class= "circleBox"><span class="circle"> </span></div> <h2 class="titleH2" id="' + item.title +
           '">'
         if (getUrlArgObject('type') == 8) {
           str += '【' + item.title + '】'