Parcourir la source

span添加闭标签

zhangxc il y a 5 ans
Parent
commit
c892740902
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 + '】'