summaryrefslogtreecommitdiff
path: root/fml/doc
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-10-08 07:36:37 +0000
committerfukachan <fukachan>2005-10-08 07:36:37 +0000
commit5e17dc2a6d9a4b64924b0bb51f60f7f90981ece3 (patch)
tree57ff7d03a846e87d66064222da88468717319a91 /fml/doc
parent46258896a996b2b10097fe28112d40b76f6d325f (diff)
downloadfml8-5e17dc2a6d9a4b64924b0bb51f60f7f90981ece3.tar.gz
fml8-5e17dc2a6d9a4b64924b0bb51f60f7f90981ece3.tar.bz2
fml8-5e17dc2a6d9a4b64924b0bb51f60f7f90981ece3.zip
regen: script fixed to escape meta char
Diffstat (limited to 'fml/doc')
-rw-r--r--fml/doc/en/tutorial/variables/list.sgml2
-rw-r--r--fml/doc/ja/tutorial/variables/list.sgml4
2 files changed, 3 insertions, 3 deletions
diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml
index e77cf73d..bbfe0387 100644
--- a/fml/doc/en/tutorial/variables/list.sgml
+++ b/fml/doc/en/tutorial/variables/list.sgml
@@ -581,7 +581,7 @@ command_mail_reply_prompt</entry>
<entry>
command prompt in message reply</entry>
<entry>
->>>
+&gt;&gt;&gt;
</entry>
</row>
<row>
diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml
index 428806d9..7cda3764 100644
--- a/fml/doc/ja/tutorial/variables/list.sgml
+++ b/fml/doc/ja/tutorial/variables/list.sgml
@@ -592,7 +592,7 @@ command_mail_reply_prompt</entry>
<entry>
command prompt in message reply</entry>
<entry>
->>>
+&gt;&gt;&gt;
</entry>
</row>
<row>
@@ -1850,7 +1850,7 @@ sql_query_find</entry>
注意: 各行を取り出すのではなく</entry>
<entry>
select fml_address from $sql_table
- where fml_ml = '$ml_name'
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
and