From faf37db5dac360f7107b0cc05b86636db3026001 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Fri, 29 Aug 2014 14:03:25 -0700 Subject: [PATCH] CB-7424 - Wrong docs: anchor tags are not supported by the InAppBrowser --- doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``. +This plugin provides a web browser view that displays when calling `window.open()`. var ref = window.open('http://apache.org', '_blank', 'location=yes');