プロジェクト

全般

プロフィール

Bug(バグ) #1303

完了

[mobile] Delimiter "&" of query parameter on HTML isn't converted to HTML-Entity, in opOpenSocialPlugin

Minoru Takai さんが14年以上前に追加. 14年以上前に更新.

ステータス:
Fixed(完了)
優先度:
Normal(通常)
担当者:
対象バージョン:
開始日:
2010-07-07
期日:
進捗率:

100%

予定工数:
3.6 で発生するか:
[QA]バグ通知済:
3.8 で発生するか:

説明

Overview

URL and Query String on HTML must convert to HTML-Entities.

refs:
Another HTML-lint : Explanation http://openlab.ring.gr.jp/k16/htmllint/explain.html#bad-entity
PHP: htmlspecialchars http://php.net/manual/ja/function.htmlspecialchars.php
RFC1866 http://www.rfc-editor.org/rfc/rfc1866.txt

Causes

Mistake at the time of coding.

Way to fix

Replace "&" to "&".
Or apply URL-Escape by htmlspecialchars().

他の形式にエクスポート: Atom PDF