Skip to content

Commit 9865e9f

Browse files
committed
fixed c# bug
1 parent 7e4afb4 commit 9865e9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
[基于 Material Design 的 Bootstrap 3 主题 (Fez Vrasta)](http://weekly.manong.io/bounce?url=http%3A%2F%2Ffezvrasta.github.io%2Fbootstrap-material-design%2F&aid=1490&nid=46)
168168

169169
<a name="C#"></a>
170-
##C\#
170+
##C\#
171171
[C# 程序设计(上)](http://weekly.manong.io/bounce?url=http%3A%2F%2Fmooc.study.163.com%2Fcourse%2FPKU-1000003003%23%2F&aid=1732&nid=55)
172172

173173
<a name="C/C++"></a>

func.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function render(){
190190
if($val['category'] != $current_cate){
191191
$content.="\n";
192192
$content.="<a name=\"{$val['category']}\"></a>\n";
193-
$content.="##".str_replace('#', '\#', $val['category'])."\n";
193+
$content.="##".str_replace('#', '\# ', $val['category'])."\n";
194194
$current_cate=$val['category'];
195195
}
196196
$content.="[{$val['title']}]({$val['href']}) \n";

0 commit comments

Comments
 (0)