Ignore:
Timestamp:
2008/09/13 16:44:26 (16 years ago)
Author:
Seasoft
Message:

r17605 の改修。
・遷移エラーの修正。(ramrun様ご指摘。 http://xoops.ec-cube.net/modules/newbb/viewtopic.php?viewmode=thread&topic_id=2678&forum=2&post_id=10310#forumpost10310 ) 同様のリスクを含む箇所の予防処置を含む。
・従来 / にリンク・リダイレクトしていた箇所の対応。(ramrun様ご指摘。 http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=2678&forum=2&viewmode=flat&order=ASC&start=10 )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/list.tpl

    r17605 r17610  
    5252<!--▼CONTENTS--> 
    5353<div id="undercolumn" class="product product_list"> 
    54     <form name="form1" id="form1" method="post" action="?"> 
     54    <form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->"> 
    5555        <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->" /> 
    5656        <input type="hidden" name="mode" value="" /> 
Note: See TracChangeset for help on using the changeset viewer.