Skip to content

Commit 5610f6a

Browse files
authored
Add spaces in the UA pattern for Safari
Fixes #279.
1 parent c160ad0 commit 5610f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compatibility.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ On Firefox for Android, "<code>&lt;<a>platform</a>&gt;; &lt;<a for=firefox>devic
973973
<h4 id="ua-string-pattern-safari">Safari User-Agent pattern</h4>
974974

975975
"<code>Mozilla/5.0 (&lt;<a>safariPlatform</a>&gt;) AppleWebKit/605.1.15 (KHTML, like Gecko)
976-
Version/&lt;<a>safariVersion</a>&gt;&lt;<a for="/">deviceCompat</a>&gt;Safari/&lt;<a>webkitVersion</a>&gt;</code>"
976+
Version/&lt;<a>safariVersion</a>&gt; &lt;<a for="/">deviceCompat</a>&gt; Safari/&lt;<a>webkitVersion</a>&gt;</code>"
977977

978978
<div class="example" id="safari-ua-examples">
979979
<!-- https://github.com/WebKit/WebKit/blob/8427f75c2c505bbeac2898839e57c027f0bfccd8/Source/WebCore/platform/mac/UserAgentMac.mm -->

0 commit comments

Comments
 (0)