Skip to content

Commit

Permalink
OnFindのRef3はサニタイズ不要・システム更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ponapalt committed Dec 14, 2023
1 parent f344b4c commit 15a16b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ghost/master/dic/normal/yaya_etc.dic
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ OnHeadlinesenseBegin
OnHeadlinesense.OnFind
{
_escaped_name = SHIORI3FW.EscapeAllTags(reference[0])
_escaped_body = SHIORI3FW.EscapeAllTags(reference[3])
//---- はじめのセリフ
if reference[2] == "First" || reference[2] == "First and Last"{
//---- 最初のページ
Expand All @@ -338,7 +337,7 @@ OnHeadlinesense.OnFind
}
--
//---- ヘッドライン本体
"\n\n%(_escaped_body)\n\n"
"\n\n%(reference[3])\n"
--
//---- 選択肢
if reference[2] == "First" || reference[2] == "Next"{
Expand Down
2 changes: 1 addition & 1 deletion ghost/master/dic/system
Binary file modified ghost/master/yaya.dll
Binary file not shown.

0 comments on commit 15a16b0

Please sign in to comment.