Ticket #6173

セクションモジュールの、Typo報告です
오픈 날짜: 2005-06-17 09:54 마지막 업데이트: 2005-06-19 01:29

Reporter:
소유자:
(del#8225)
Type:
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
None

Details

(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 (None) to nobunobu
  • Resolution Update from None 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
  • (Category change on Tracker)
  • Resolution Update from Accepted to Fixed
  • Status Update from Open to Closed
댓글 올리기
Logged In: YES
user_id=8225

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

Attachment File List

No attachments

Edit

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