소스 검색

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>";
 
 ?>