Przeglądaj źródła

消除标题中的[

visuddhinanda 3 lat temu
rodzic
commit
f156ae3c4b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      public/app/reader/get_para1.php

+ 1 - 1
public/app/reader/get_para1.php

@@ -181,7 +181,7 @@ if ($FetchParInfo) {
 			$sToc = str_replace("[","",$sToc);
 			$sToc = str_replace("]","",$sToc);
 			$sTocOutput .= $space . "- [{$sToc}](../article/index.php?view=chapter&book={$_book}&par={$value["paragraph"]}{$urlChannel}){$progress}\n";
-		}		
+		}
 	}
 	$sTocOutput .= "\n\n";