Skip to content

Commit 8ee1d38

Browse files
authored
fix(docs): missing xml indicator in code block (apache#977)
1 parent 405468c commit 8ee1d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ simply hook `window.open` during initialization. For example:
7171

7272
#### <b>config.xml</b>
7373
- <b>InAppBrowserStatusBarStyle [iOS only]</b>: (string, options 'lightcontent', 'darkcontent' or 'default'. Defaults to 'default') set text color style for iOS. 'lightcontent' is intended for use on dark backgrounds. 'darkcontent' is only available since iOS 13 and intended for use on light backgrounds.
74-
```
74+
```xml
7575
<preference name="InAppBrowserStatusBarStyle" value="lightcontent" />
7676
```
7777

0 commit comments

Comments
 (0)