File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
phpBB/styles/prosilver/template Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
< xsl:value-of select ="$L_COLON "/>
39
39
< xsl:if test ="@post_url ">
40
40
< xsl:text > </ xsl:text >
41
- < a href ="{@post_url} " aria-label ="{L_VIEW_QUOTED_POST} " data-post-id ="{@post_id} " onclick ="if(document.getElementById(hash.substr(1)))href=hash "> < i class ="icon fa-arrow-circle-up fa-fw " aria-hidden ="true "> </ i > </ a >
41
+ < a href ="{@post_url} " aria-label ="{L_VIEW_QUOTED_POST} " data-post-id ="{@post_id} " onclick ="if(document.getElementById(hash.substr(1)))href=hash "> < i class ="icon fa-arrow-circle-up fa-fw fas " aria-hidden ="true "> </ i > </ a >
42
42
</ xsl:if >
43
43
< xsl:if test ="@msg_url ">
44
44
< xsl:text > </ xsl:text >
45
- < a href ="{@msg_url} " aria-label ="{L_VIEW_QUOTED_POST} " data-msg-id ="{@msg_id} "> < i class ="icon fa-arrow-circle-up fa-fw " aria-hidden ="true "> </ i > </ a >
45
+ < a href ="{@msg_url} " aria-label ="{L_VIEW_QUOTED_POST} " data-msg-id ="{@msg_id} "> < i class ="icon fa-arrow-circle-up fa-fw fas " aria-hidden ="true "> </ i > </ a >
46
46
</ xsl:if >
47
47
< xsl:if test ="@date ">
48
48
< span class ="responsive-hide "> < xsl:value-of select ="@date "/> </ span >
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ public function get_default_formatting_tests()
283
283
),
284
284
array (
285
285
'[quote=Username post_id=123]...[/quote] ' ,
286
- '<blockquote cite="phpBB/viewtopic.php?p=123#p123"><div><cite>Username wrote: <a href="phpBB/viewtopic.php?p=123#p123" aria-label="VIEW_QUOTED_POST" data-post-id="123" onclick="if(document.getElementById(hash.substr(1)))href=hash"><i class="icon fa-arrow-circle-up fa-fw" aria-hidden="true"></i></a></cite>...</div></blockquote> '
286
+ '<blockquote cite="phpBB/viewtopic.php?p=123#p123"><div><cite>Username wrote: <a href="phpBB/viewtopic.php?p=123#p123" aria-label="VIEW_QUOTED_POST" data-post-id="123" onclick="if(document.getElementById(hash.substr(1)))href=hash"><i class="icon fa-arrow-circle-up fa-fw fas " aria-hidden="true"></i></a></cite>...</div></blockquote> '
287
287
),
288
288
array (
289
289
// Users are not allowed to submit their own URL for the post
You can’t perform that action at this time.
0 commit comments