소스 검색

move echo to the right place, inspired by Thierry Godefroy

Thijs Kinkhorst 17 년 전
부모
커밋
e700a5a25c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/default/options_advidentity_list.tpl

+ 1 - 1
templates/default/options_advidentity_list.tpl

@@ -101,7 +101,7 @@ extract($t);
       <input type="submit" name="smaction[move][<?php echo $index; ?>]" value="<?php echo _("Move Up"); ?>" />
             <?php
         }
-        /* FIXME: No hooks in templates! */ echo $temp = array(&$identity['New'], &$index); concat_hook_function('options_identities_buttons', $temp);
+        /* FIXME: No hooks in templates! */ $temp = array(&$identity['New'], &$index); echo concat_hook_function('options_identities_buttons', $temp);
       ?>
      </td>
     </tr>