mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-9742 - changed tabs to spaces in a few places where there are one
or two
This commit is contained in:
parent
3ef1be377b
commit
a044c05ddb
24 changed files with 85 additions and 85 deletions
|
@ -29,7 +29,7 @@
|
|||
if(count($actions)==2) {
|
||||
$pagename=$actions[1];
|
||||
} else {
|
||||
$pagename=$actions[0];
|
||||
$pagename=$actions[0];
|
||||
}
|
||||
} else {
|
||||
$actions=array('');
|
||||
|
@ -450,7 +450,7 @@
|
|||
";
|
||||
}
|
||||
} else {
|
||||
// OK, the page is now locked to us. Put in the AJAX for keeping the lock
|
||||
// OK, the page is now locked to us. Put in the AJAX for keeping the lock
|
||||
$strlockcancelled=get_string('lockcancelled','wiki');
|
||||
$strnojslockwarning=get_string('nojslockwarning','wiki');
|
||||
$intervalms=WIKI_LOCK_RECONFIRM*1000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue