浏览代码

added some more clarifications

Jiri Kuthan 23 年之前
父节点
当前提交
e53cb8af15
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/web_im/send_im.php

+ 1 - 1
examples/web_im/send_im.php

@@ -55,7 +55,7 @@ if (readfile( $mypath )==-1) {
 	exit("Sorry -- fifo reading error");
 }
 unlink($mypath);
-echo "Thank you for using IM<p>";
+echo "<p>Thank you for using IM<p>";
 
 ?>