Try again.
git-svn-id: svn://10.0.0.236/trunk@32560 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f73e6d2d52
commit
8cefe08ef9
@ -462,7 +462,7 @@ sub tree_open {
|
||||
|
||||
sub print_javascript {
|
||||
|
||||
print <<"__ENDJS";
|
||||
print <<'__ENDJS';
|
||||
<script>
|
||||
|
||||
if (parseInt(navigator.appVersion) < 4) {
|
||||
@ -574,7 +574,9 @@ sub print_javascript {
|
||||
q.document.close();
|
||||
return false;
|
||||
}
|
||||
__ENDJS
|
||||
|
||||
print <<"__ENDJS";
|
||||
function js_qr(tree,mindate, maxdate, who) {
|
||||
if (tree == 0) {
|
||||
return '../bonsai/cvsquery.cgi?module=${cvs_module}'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user