mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 330 fixed duplicate htmlencode agreement
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9610 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4ac1dca4a4
commit
0f1c7c3d26
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<form action="./" class="form" ruleset="insertConfig" method="post">
|
||||
<input type="hidden" name="act" value="procMemberAdminInsertConfig" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('act', $act)}" />
|
||||
<input type="hidden" name="agreement" value="{htmlspecialchars($config->agreement)}" />
|
||||
<input type="hidden" name="agreement" value="{$config->agreement}" />
|
||||
<h1 class="h1">{$lang->cmd_member_config}</h1>
|
||||
<fieldset class="section suSetting">
|
||||
<h2 class="h2">{$lang->cmd_module_config}</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue