mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Fixed some short PHP tags
This commit is contained in:
parent
76eac7a58d
commit
4c48acf01b
206 changed files with 550 additions and 581 deletions
|
@ -1,7 +1,7 @@
|
|||
<P ALIGN=CENTER><B>リッチテキストHTMLエディタに関して</B></P>
|
||||
|
||||
<P>利用可能な機能: <B>
|
||||
<? if (!$CFG->htmleditor) {
|
||||
<?php if (!$CFG->htmleditor) {
|
||||
print_string("htmleditordisabledadmin");
|
||||
} else if (!$USER->htmleditor) {
|
||||
print_string("htmleditordisabled");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue