Skip to content

Commit 74a74d3

Browse files
committed
Doc change: Fixes for toggle image and adt release date.
Change-Id: I2e76a42650c3ab54e597340cd96e4f7b23fe5116
1 parent 3eb07ea commit 74a74d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/html/sdk/eclipse-adt.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ padding: .25em 1em;
101101
<div class="toggleable opened">
102102
<a href="#" onclick="return toggleDiv(this)">
103103
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" />
104-
ADT 0.9.8</a> <em>(August 2010)</em>
104+
ADT 0.9.8</a> <em>(September 2010)</em>
105105
<div class="toggleme">
106106

107107

docs/html/sdk/tools-notes.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ provides the equivalent library project support.</p>
127127

128128
<div class="toggleable closed">
129129
<a href="#" onclick="return toggleDiv(this)">
130-
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" />
130+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
131131
SDK Tools, Revision 5</a> <em>(March 2010)</em>
132132
<div class="toggleme">
133133

0 commit comments

Comments
 (0)