Explorar el Código

消除标题中的[

visuddhinanda hace 3 años
padre
commit
f156ae3c4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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";