Skip to content

Commit

Permalink
Remove <pre> tags and replace with ``` for Gitiles.
Browse files Browse the repository at this point in the history
BUG=705954

TBR=pkl@chromium.org

Review-Url: https://codereview.chromium.org/2779043002
Cr-Commit-Position: refs/heads/master@{#460081}
  • Loading branch information
jasonkliu authored and Commit bot committed Mar 28, 2017
1 parent c06d513 commit 1079100
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/ios/user_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ user agent, with `CriOS/<ChromeRevision>` instead of

Here’s an example of the **Chrome** UA on iPhone:

<pre>
```
Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X)
AppleWebKit/602.1.50 (KHTML, like Gecko) <b>CriOS/56.0.2924.75</b>
AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75
Mobile/14E5239e Safari/602.1
</pre>
```

For comparison, the **Safari** UA:

<pre>
```
Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X)
AppleWebKit/603.1.23 (KHTML, like Gecko) Version/10.0
Mobile/14E5239e Safari/602.1
</pre>
```

0 comments on commit 1079100

Please sign in to comment.