ソースを参照

textops: fix broken example for filter_body

(cherry picked from commit f8c1cabaeadb8ee145174843ed11bbbb0c3276b0)
Sven Uhlig 3 年 前
コミット
d9c34770ca
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/modules/textops/doc/textops_admin.xml

+ 1 - 1
src/modules/textops/doc/textops_admin.xml

@@ -859,7 +859,7 @@ set_reply_body("test", "text/plain");
 		<programlisting format="linespecific">
 ...
 if (has_body("multipart/mixed")) {
-    if (filter_body("application/sdp") {
+    if (filter_body("application/sdp")) {
         remove_hf("Content-Type");
         append_hf("Content-Type: application/sdp\r\n");
     } else {