mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +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
|
@ -6,6 +6,6 @@
|
|||
|
||||
<P>作者が何を言わなかったのか、また何を疑問として残しているのかを考える手助けになります。これは、あなたの心の中で質問を形成する手助けにもなります。</P>
|
||||
|
||||
<P ALIGN=RIGHT><? helpbutton("questions", get_string("helpquestions"), "moodle", true, true) ?></P>
|
||||
<P ALIGN=RIGHT><?php helpbutton("questions", get_string("helpquestions"), "moodle", true, true) ?></P>
|
||||
|
||||
<P ALIGN=RIGHT><? helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?></P>
|
||||
<P ALIGN=RIGHT><?php helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?></P>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue