diff --git a/plugins/csvn/js/csvn.js b/plugins/csvn/js/csvn.js
index 680b21265..1a5f3b392 100755
--- a/plugins/csvn/js/csvn.js
+++ b/plugins/csvn/js/csvn.js
@@ -340,16 +340,16 @@ function csvnAddProject(){
}
-function csvnProjectScript(pnanm, has_hook){
+function csvnProjectScript(pname, has_hook){
var html = '';
if (has_hook){
- html += '';
- html += '';
- html += '';
- html += '';
+ html += '';
+ html += '';
+ html += '';
+ html += '';
} else {
- html += '';
+ html += '';
}
var loadOpen = layer.open({