-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.2.0-RC2
-
Fix Version/s: None
-
Component/s: BBCode Engine
-
Labels:None
-
Environment:Server info: phpBB 3.2, PHP 7.0.14, MariaDB 10.1.19
When quoting a user the time parameter in the quote tag is changed when using iOS + safari.
Example, when a user quotes someone normal behavior would be:
[quote=Striker post_id=699836 time=1481464715 user_id=755]
Whereas quote behavior changes on iOS devices using safari.
[quote=Striker post_id=699836 time=<a href="tel:1481464715">1481464715</a> user_id=755]
This occurs on a test board that is upgraded to phpBB 3.2.0-RC2 (from 3.1.15)