Skip to content

Commit 2b7bcb9

Browse files
author
Kevin Brosnan
authored
Fix Table user agent info for Firefox for Android (mdn#5552)
1 parent ff2cc87 commit 2b7bcb9

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/http/headers/user-agent/firefox

1 file changed

+1
-1
lines changed

files/en-us/web/http/headers/user-agent/firefox/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2 id="General_form">General form</h2>
5252
<h2 id="Mobile_and_Tablet_indicators">Mobile and Tablet indicators</h2>
5353

5454
<div class="note">
55-
<p>Only from Firefox 11 onwards.</p>
55+
<p>Only from Firefox 11 to 68.</p>
5656
</div>
5757

5858
<p>The <code><var>platform</var></code> part of the UA string indicates if Firefox is running on a phone-sized or tablet device. When Firefox runs on a device that has the phone form factor, there is a <code>Mobile;</code> token in the <code><var>platform</var></code> part of the UA string. When Firefox runs on a tablet device, there is a <code>Tablet;</code> token in the <code><var>platform</var></code> part of the UA string instead. For example:</p>

0 commit comments

Comments
 (0)