fix(docs): missing xml indicator in code block (#977)

This commit is contained in:
DAnn2012 2022-09-25 23:04:14 +02:00 committed by GitHub
parent 405468cb2d
commit 8ee1d38821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ simply hook `window.open` during initialization. For example:
#### <b>config.xml</b>
- <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.
```
```xml
<preference name="InAppBrowserStatusBarStyle" value="lightcontent" />
```