diff options
author | David Friedman <dmail@google.com> | 2014-07-16 12:33:55 -0700 |
---|---|---|
committer | David Friedman <dmail@google.com> | 2014-07-16 19:57:44 +0000 |
commit | 046702ba57c34893e058674dc36192796af20da7 (patch) | |
tree | 3fda65bcc5bc5dc032a15e2d3898a55ac9f721d6 /docs/html/tools/sdk | |
parent | 82088d62f81a1d842bdb2d285ed578c562b20edd (diff) | |
download | frameworks_base-046702ba57c34893e058674dc36192796af20da7.zip frameworks_base-046702ba57c34893e058674dc36192796af20da7.tar.gz frameworks_base-046702ba57c34893e058674dc36192796af20da7.tar.bz2 |
A linebreak had somehow wrongly replaced a blank space. Blank space restored.
Change-Id: Iab27ee6676b53a71538020219aa67c66d45cbfab
(cherry picked from commit fe545cdb4e9d49d8cf58626ef77709abecf8f26b)
Diffstat (limited to 'docs/html/tools/sdk')
-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> |