jenkins-bot has submitted this change and it was merged.

Change subject: Replace deprecated <tt> with <code>
......................................................................


Replace deprecated <tt> with <code>

Change-Id: I4d80b2eff87c9ddaa4439c83aea21c73fca0d68c
---
M includes/debug/Debug.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Chad: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/debug/Debug.php b/includes/debug/Debug.php
index acd0724..d0f8916 100644
--- a/includes/debug/Debug.php
+++ b/includes/debug/Debug.php
@@ -470,7 +470,7 @@
                        } else {
                                $ret .= str_repeat( "<ul><li>\n", $diff );
                        }
-                       $ret .= "<tt>$display</tt>\n";
+                       $ret .= "<code>$display</code>\n";
 
                        $curIdent = $ident;
                }

-- 
To view, visit https://gerrit.wikimedia.org/r/96508
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4d80b2eff87c9ddaa4439c83aea21c73fca0d68c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: IAlex <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to