You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2013/05/02 15:35:03 UTC

docs commit: [CB-3320] minor doc syntax fix in camera.getPicture.md

Updated Branches:
  refs/heads/master 68d920660 -> e02de0f91


[CB-3320] minor doc syntax fix in camera.getPicture.md


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

Branch: refs/heads/master
Commit: e02de0f91a329df4ea2bff1c45da20a92ff03760
Parents: 68d9206
Author: James Jong <wj...@gmail.com>
Authored: Thu May 2 09:32:48 2013 -0400
Committer: James Jong <wj...@gmail.com>
Committed: Thu May 2 09:32:48 2013 -0400

----------------------------------------------------------------------
 docs/en/2.1.0/cordova/camera/camera.getPicture.md  |    2 +-
 .../2.1.0rc1/cordova/camera/camera.getPicture.md   |    2 +-
 .../2.1.0rc2/cordova/camera/camera.getPicture.md   |    2 +-
 docs/en/2.2.0/cordova/camera/camera.getPicture.md  |    2 +-
 .../2.2.0rc1/cordova/camera/camera.getPicture.md   |    2 +-
 .../2.2.0rc2/cordova/camera/camera.getPicture.md   |    2 +-
 docs/en/2.3.0/cordova/camera/camera.getPicture.md  |    2 +-
 .../2.3.0rc1/cordova/camera/camera.getPicture.md   |    2 +-
 .../2.3.0rc2/cordova/camera/camera.getPicture.md   |    2 +-
 docs/en/2.4.0/cordova/camera/camera.getPicture.md  |    2 +-
 .../2.4.0rc1/cordova/camera/camera.getPicture.md   |    2 +-
 docs/en/2.5.0/cordova/camera/camera.getPicture.md  |    2 +-
 .../2.5.0rc1/cordova/camera/camera.getPicture.md   |    2 +-
 docs/en/2.6.0/cordova/camera/camera.getPicture.md  |    2 +-
 .../2.6.0rc1/cordova/camera/camera.getPicture.md   |    2 +-
 docs/en/2.7.0/cordova/camera/camera.getPicture.md  |    2 +-
 .../2.7.0rc1/cordova/camera/camera.getPicture.md   |    2 +-
 docs/en/edge/cordova/camera/camera.getPicture.md   |    2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.1.0/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.1.0/cordova/camera/camera.getPicture.md b/docs/en/2.1.0/cordova/camera/camera.getPicture.md
index b23379a..354521a 100644
--- a/docs/en/2.1.0/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.1.0/cordova/camera/camera.getPicture.md
@@ -42,7 +42,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.1.0rc1/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.1.0rc1/cordova/camera/camera.getPicture.md b/docs/en/2.1.0rc1/cordova/camera/camera.getPicture.md
index 9050fed..a71edb1 100644
--- a/docs/en/2.1.0rc1/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.1.0rc1/cordova/camera/camera.getPicture.md
@@ -42,7 +42,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-Note: The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.
+Note: The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.1.0rc2/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.1.0rc2/cordova/camera/camera.getPicture.md b/docs/en/2.1.0rc2/cordova/camera/camera.getPicture.md
index 6791b6a..5a0ed76 100644
--- a/docs/en/2.1.0rc2/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.1.0rc2/cordova/camera/camera.getPicture.md
@@ -42,7 +42,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-Note: The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.
+Note: The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.2.0/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0/cordova/camera/camera.getPicture.md b/docs/en/2.2.0/cordova/camera/camera.getPicture.md
index c94a9fe..8f29456 100644
--- a/docs/en/2.2.0/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.2.0/cordova/camera/camera.getPicture.md
@@ -42,7 +42,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.2.0rc1/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0rc1/cordova/camera/camera.getPicture.md b/docs/en/2.2.0rc1/cordova/camera/camera.getPicture.md
index c94a9fe..8f29456 100644
--- a/docs/en/2.2.0rc1/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.2.0rc1/cordova/camera/camera.getPicture.md
@@ -42,7 +42,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.2.0rc2/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0rc2/cordova/camera/camera.getPicture.md b/docs/en/2.2.0rc2/cordova/camera/camera.getPicture.md
index c94a9fe..8f29456 100644
--- a/docs/en/2.2.0rc2/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.2.0rc2/cordova/camera/camera.getPicture.md
@@ -42,7 +42,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.3.0/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0/cordova/camera/camera.getPicture.md b/docs/en/2.3.0/cordova/camera/camera.getPicture.md
index a10ee19..d21fa9e 100644
--- a/docs/en/2.3.0/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.3.0/cordova/camera/camera.getPicture.md
@@ -42,7 +42,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.3.0rc1/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0rc1/cordova/camera/camera.getPicture.md b/docs/en/2.3.0rc1/cordova/camera/camera.getPicture.md
index 7b172eb..aa666dc 100644
--- a/docs/en/2.3.0rc1/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.3.0rc1/cordova/camera/camera.getPicture.md
@@ -42,7 +42,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.3.0rc2/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0rc2/cordova/camera/camera.getPicture.md b/docs/en/2.3.0rc2/cordova/camera/camera.getPicture.md
index a10ee19..d21fa9e 100644
--- a/docs/en/2.3.0rc2/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.3.0rc2/cordova/camera/camera.getPicture.md
@@ -42,7 +42,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.4.0/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.4.0/cordova/camera/camera.getPicture.md b/docs/en/2.4.0/cordova/camera/camera.getPicture.md
index c5e78be..c1eae7c 100644
--- a/docs/en/2.4.0/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.4.0/cordova/camera/camera.getPicture.md
@@ -42,7 +42,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.4.0rc1/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.4.0rc1/cordova/camera/camera.getPicture.md b/docs/en/2.4.0rc1/cordova/camera/camera.getPicture.md
index c5e78be..c1eae7c 100644
--- a/docs/en/2.4.0rc1/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.4.0rc1/cordova/camera/camera.getPicture.md
@@ -42,7 +42,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.5.0/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.5.0/cordova/camera/camera.getPicture.md b/docs/en/2.5.0/cordova/camera/camera.getPicture.md
index 610753f..83d5902 100644
--- a/docs/en/2.5.0/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.5.0/cordova/camera/camera.getPicture.md
@@ -42,7 +42,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.5.0rc1/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.5.0rc1/cordova/camera/camera.getPicture.md b/docs/en/2.5.0rc1/cordova/camera/camera.getPicture.md
index 610753f..83d5902 100644
--- a/docs/en/2.5.0rc1/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.5.0rc1/cordova/camera/camera.getPicture.md
@@ -42,7 +42,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.6.0/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.6.0/cordova/camera/camera.getPicture.md b/docs/en/2.6.0/cordova/camera/camera.getPicture.md
index 6b514da..e14daa2 100644
--- a/docs/en/2.6.0/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.6.0/cordova/camera/camera.getPicture.md
@@ -44,7 +44,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.6.0rc1/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.6.0rc1/cordova/camera/camera.getPicture.md b/docs/en/2.6.0rc1/cordova/camera/camera.getPicture.md
index d1c3bff..30461e4 100644
--- a/docs/en/2.6.0rc1/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.6.0rc1/cordova/camera/camera.getPicture.md
@@ -44,7 +44,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.7.0/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.7.0/cordova/camera/camera.getPicture.md b/docs/en/2.7.0/cordova/camera/camera.getPicture.md
index c9f3767..181bb87 100644
--- a/docs/en/2.7.0/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.7.0/cordova/camera/camera.getPicture.md
@@ -44,7 +44,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/2.7.0rc1/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/2.7.0rc1/cordova/camera/camera.getPicture.md b/docs/en/2.7.0rc1/cordova/camera/camera.getPicture.md
index 011d1a5..9e9b521 100644
--- a/docs/en/2.7.0rc1/cordova/camera/camera.getPicture.md
+++ b/docs/en/2.7.0rc1/cordova/camera/camera.getPicture.md
@@ -44,7 +44,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e02de0f9/docs/en/edge/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/camera/camera.getPicture.md b/docs/en/edge/cordova/camera/camera.getPicture.md
index c9f3767..181bb87 100644
--- a/docs/en/edge/cordova/camera/camera.getPicture.md
+++ b/docs/en/edge/cordova/camera/camera.getPicture.md
@@ -44,7 +44,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------