浏览代码

HTTP docs say that ID and NAME must be the same.

http://www.w3.org/TR/html4/struct/links.html#anchors-with-id
jangliss 19 年之前
父节点
当前提交
e1943f2943
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      templates/default/message_list.tpl

+ 1 - 1
templates/default/message_list.tpl

@@ -91,7 +91,7 @@ $clickedColor = (empty($color[16])) ? $color[2] : $color[16];
 
 ?>
 <div id="message_list">
-<form id="<?php echo $form_id;?>" name="<?php echo $form_name;?>" method="post" action="<?php echo $php_self;?>">
+<form id="<?php echo $form_name;?>" name="<?php echo $form_name;?>" method="post" action="<?php echo $php_self;?>">
 <table class="table_empty" cellspacing="0">
   <tr>
    <td>