- 620 名前:名無しさん@お腹いっぱい。 mailto:sage [2006/10/31(火) 03:55:03 ID:3MITQ1MBO]
- >>618
ありがとうございます。 >350をreply.templateの @Body(@Profile('', 'Global', 'Quote', '> '), 1) と差し替えて、 @Set('x',@RegexReplace($x, /\r|\n/, '', @True())), を削除 @Concat($x) を @Set('x',@RegexReplace($x, /(\r|\n)/g, '$0> ', @True())), @Concat('> ',$x) に差し替え。 怪しすぎですが見た目なんとかw
|

|