bugfix for the rule description in web ui

This commit is contained in:
OttoMao
2015-07-20 11:19:36 +08:00
parent 0868ee248c
commit b31adf1df3
3 changed files with 7 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ var mapConfig = [];
module.exports = {
summary:function(){
var tip = "the default rule for AnyProxy which supports CORS. ";
var tip = "the default rule for AnyProxy which supports CORS.";
if(!isRootCAFileExists){
tip += "\nRoot CA does not exist, will not intercept any https requests.";
}