소스 검색

modules_k/dialog: In docs, fix indention of example to
"detect_spirals".

Timo Reimann 14 년 전
부모
커밋
1df01c1027
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      modules_k/dialog/doc/dialog_admin.xml

+ 3 - 3
modules_k/dialog/doc/dialog_admin.xml

@@ -341,9 +341,9 @@ modparam("dialog", "dlg_match_mode", 1)
 		<example>
 			<title>Set <varname>detect_spirals</varname> parameter</title>
 			<programlisting format="linespecific">
-				...
-				modparam("dialog", "detect_spirals", 1)
-				...
+...
+modparam("dialog", "detect_spirals", 1)
+...
 			</programlisting>
 		</example>
 	</section>