mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Trivial fix missing quote generating file syntax error
This commit is contained in:
parent
f6e1001091
commit
f4c73c0643
@ -29,7 +29,7 @@ echo $OUTPUT->header();
|
||||
<form action="../empty.php" method="get" target="empty" id="inputform"
|
||||
onsubmit="return empty_field_and_submit();">
|
||||
<input type="text" name="chat_message" id="chat_message" size="60" value="" />
|
||||
<?php echo $OUTPUT->help_icon('usingchat', 'chat); ?>
|
||||
<?php echo $OUTPUT->help_icon('usingchat', 'chat'); ?>
|
||||
</form>
|
||||
|
||||
<form action="<?php echo "http://$CFG->chat_serverhost:$CFG->chat_serverport/"; ?>" method="get" target="empty" id="sendform">
|
||||
|
Loading…
x
Reference in New Issue
Block a user