Skip to content

Commit

Permalink
1.0.4 版本
Browse files Browse the repository at this point in the history
修复bug
  • Loading branch information
wangxiao committed Jul 26, 2012
1 parent a6a8097 commit c205ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baiduTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
.replace(/"/g,'"')
.replace(/'/g,''')
.replace(/\\\\/g,'\\')
.replace(/\\//g,'\/')
.replace(/\\\//g,'\/')
.replace(/\\n/g,'\n')
.replace(/\\r/g,'\r');
};
Expand Down

0 comments on commit c205ca3

Please sign in to comment.