You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/08/29 23:03:35 UTC

git commit: CB-7424 - Wrong docs: anchor tags are not supported by the InAppBrowser

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master 5fc1beed0 -> faf37db5d


CB-7424 - Wrong docs: anchor tags are not supported by the InAppBrowser


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/faf37db5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/faf37db5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/faf37db5

Branch: refs/heads/master
Commit: faf37db5dac360f7107b0cc05b86636db3026001
Parents: 5fc1bee
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Aug 29 14:03:25 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Aug 29 14:03:25 2014 -0700

----------------------------------------------------------------------
 doc/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/faf37db5/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index d59cd99..fab8ae6 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -19,7 +19,7 @@
 
 # org.apache.cordova.inappbrowser
 
-This plugin provides a web browser view that displays when calling `window.open()`, or when opening a link formed as `<a target="_blank">`.
+This plugin provides a web browser view that displays when calling `window.open()`.
 
     var ref = window.open('http://apache.org', '_blank', 'location=yes');