待辦事項 #6173

セクションモジュールの、Typo報告です
啟用日期: 2005-06-17 09:54 最後更新: 2005-06-19 01:29

回報者:
負責人:
(del#8225)
類型:
狀態:
關閉
元件:
(無)
里程碑:
(無)
優先權:
5 - 中
嚴重程度:
5 - 中
處理結果:
修正
檔案:

細節

(2.0.11-JP-Beta)


modules/sections/index.php

## line 81: & , imgタグ内altの内容表示が.
_MD_PRINTERPAGE.と表示されてしまう (HTML Typo) ##

echo "<a href='index.php?
op=printpage&artid=$artid'>&nbsp;&nbsp;<img
src='".XOOPS_URL."/modules/sections/images/print.gif'
border='0' alt='' .
_MD_PRINTERPAGE.' /></a></td></tr>";



## 修正後 ##

echo "<a href='index.php?
op=printpage&amp;artid=$artid'>&nbsp;&nbsp;<img
src='".XOOPS_URL."/modules/sections/images/print.gif'
border='0' alt='".
_MD_PRINTERPAGE."' /></a></td></tr>";
--------------------------------------------



modules/sections/admin/index.php

## line 92: \" , &amp; , </li>無し (HTML Typo) ##

echo "<li>$title ($secname) [ <a
href=index.php?
op=secartedit&artid=$artid>"._MD_EDIT."</a> ]";


## 修正後 ##

echo "<li>$title ($secname) [ <a
href=\"index.php?
op=secartedit&amp;artid=$artid\">"._MD_EDIT."</a> ]
</li>";
--------------------------------------------

Ticket History (3/4 Histories)

2005-06-18 12:06 Updated by: (del#8225)
評語
Logged In: YES
user_id=8225

& --> &amp; に関しては、他にもかなり残っておりますので、要修
正タスクとして認識しております。
以外のTYPOに関しては早速修正致します。
2005-06-18 12:13 Updated by: (del#8225)
  • 負責人 Update from (無) to nobunobu
  • 處理結果 Update from to Accepted
2005-06-18 18:32 Updated by: pittpi
評語
Logged In: YES
user_id=13534

nobunobuさん、ご苦労様でございます。
修正の件、ありがとうございます♪

今回のTypoは重要度数5では大きすぎたでしょうか?(^-^;
2005-06-19 01:29 Updated by: (del#8225)
  • Ticket Close date is changed to 2005-06-19 01:29
  • (類別 change on Tracker)
  • 處理結果 Update from Accepted to 修正
  • 狀態 Update from 開啟 to 關閉
評語
Logged In: YES
user_id=8225

&amp;部分も含めて、修正完了しました。

Attachment File List

No attachments

編輯

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » 登入