Trivial fix missing quote generating file syntax error

This commit is contained in:
Derek Woolhead 2010-05-26 11:38:44 +00:00
parent f6e1001091
commit f4c73c0643

View File

@ -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">