diff options
author | David Friedman <dmail@google.com> | 2014-07-16 19:54:05 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-07-16 19:54:05 +0000 |
commit | 12958a42acc165fe2510d036ec14372873d201d3 (patch) | |
tree | d9728cbf9a41e4d9013e4536f6125c8fb4b97c67 | |
parent | 8ee6bcf8096803fe5c4fbc3838a296a692173e49 (diff) | |
parent | c6474d97cc11bf1dbda701efe1220f6bf6e165cf (diff) | |
download | frameworks_base-12958a42acc165fe2510d036ec14372873d201d3.zip frameworks_base-12958a42acc165fe2510d036ec14372873d201d3.tar.gz frameworks_base-12958a42acc165fe2510d036ec14372873d201d3.tar.bz2 |
am c6474d97: am fe545cdb: A linebreak had somehow wrongly replaced a blank space. Blank space restored.
* commit 'c6474d97cc11bf1dbda701efe1220f6bf6e165cf':
A linebreak had somehow wrongly replaced a blank space. Blank space restored.
-rw-r--r-- | docs/html/tools/sdk/ndk/index.jd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/html/tools/sdk/ndk/index.jd b/docs/html/tools/sdk/ndk/index.jd index b77a72a..71b15d5 100644 --- a/docs/html/tools/sdk/ndk/index.jd +++ b/docs/html/tools/sdk/ndk/index.jd @@ -349,8 +349,7 @@ injunctive remedies (or an equivalent type of urgent legal relief) in any jurisd <input id="agree" type="checkbox" name="agree" value="1" onclick="onAgreeChecked()" /> <label id="agreeLabel" for="agree">I have read and agree with the above terms and conditions</label> </p> -<p><a href="" class="button disabled ndk" id="downloadForRealz" onclick="return -onDownloadNdkForRealz(this);"></a></p> +<p><a href="" class="button disabled ndk" id="downloadForRealz" onclick="return onDownloadNdkForRealz(this);"></a></p> </div> |