You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2022/09/25 21:04:19 UTC

[cordova-plugin-inappbrowser] branch master updated: fix(docs): missing xml indicator in code block (#977)

This is an automated email from the ASF dual-hosted git repository.

normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ee1d38  fix(docs): missing xml indicator in code block (#977)
8ee1d38 is described below

commit 8ee1d3882163ee1dedb86fb3d0d1f8b7e16c3e42
Author: DAnn2012 <da...@hotmail.it>
AuthorDate: Sun Sep 25 23:04:14 2022 +0200

    fix(docs): missing xml indicator in code block (#977)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c06f384..dd89053 100644
--- a/README.md
+++ b/README.md
@@ -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" />
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org