文件末尾添加换行符

This commit is contained in:
麦当苗儿
2013-04-15 16:16:53 +08:00
parent 0dc1abcbe5
commit 9b1a67881e
85 changed files with 102 additions and 113 deletions

View File

@@ -62,4 +62,4 @@ class ContentReplace {
return $content;
}
}
}

View File

@@ -45,4 +45,4 @@ class LocationTemplate {
$templateFile = MODULE_PATH.'View/'.$template.'.html';
return $templateFile;
}
}
}

View File

@@ -119,4 +119,4 @@ class ReadHtmlCacheBehavior {
return !method_exists($class,$action);
}
}
}

View File

@@ -87,4 +87,4 @@ class ShowPageTrace {
include Config::has('tmpl_trace_file')?Config::get('tmpl_trace_file'):THINK_PATH.'tpl/page_trace.tpl';
return ob_get_clean();
}
}
}

View File

@@ -58,4 +58,4 @@ class TokenBuildBehavior extends Behavior {
$token = '<input type="hidden" name="'.$tokenName.'" value="'.$tokenKey.'_'.$tokenValue.'" />';
return $token;
}
}
}