Opened 14 years ago
Closed 14 years ago
#366 closed バグ(bug) (修正済み)
最近のコメントブロックでW3C警告
Reported by: | toemon | Owned by: | toemon |
---|---|---|---|
Priority: | 普通 | Milestone: | Ver.2.3.4 |
Component: | 一般 | Version: | |
Severity: | 普通 | Keywords: | |
Cc: |
Description
コメントへのリンクがget_comment_link($comment->comment_ID)からは
http://localhost/cube/modules/xp_trunk/?p=71&cpage=1#comment-8
のように表現されるがこのままだと
警告: unescaped & or unknown entity "&cpage"
が発生するので
clean_url(get_comment_link($comment->comment_ID))で
http://localhost/cube/modules/xp_trunk/?p=71&cpage=1#comment-8
として出力しておくとよい
Change History (1)
comment:1 Changed 14 years ago by toemon
- Resolution set to 修正済み
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
r648 にて修正完了