You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2019/11/04 15:23:53 UTC

[cordova-plugin-inappbrowser] branch master updated: Update missing closed brace to the insert.CSS (#568)

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

timbru31 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 9a15737  Update missing closed brace to the insert.CSS (#568)
9a15737 is described below

commit 9a15737577bb28abf403f1f24f0e99103a1ca25a
Author: mosababubakr <47...@users.noreply.github.com>
AuthorDate: Mon Nov 4 17:23:44 2019 +0200

    Update missing closed brace to the insert.CSS (#568)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ef66a8c..893eefa 100644
--- a/README.md
+++ b/README.md
@@ -621,7 +621,7 @@ function loadStopCallBack() {
 
     if (inAppBrowserRef != undefined) {
 
-        inAppBrowserRef.insertCSS({ code: "body{font-size: 25px;" });
+        inAppBrowserRef.insertCSS({ code: "body{font-size: 25px;}" });
 
         $('#status-message').text("");
 


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