aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Bergquist <zbergquist99@gmail.com>2017-07-25 14:08:47 -0400
committerJaana Burcu Dogan <jbd@google.com>2017-07-25 18:32:59 +0000
commit3d9475c04bbc78ad5052521b2881d93fb9dc27da (patch)
tree7402164f1daa9adc88be87a769ae53d2e4e02d0e
parentb9661a14eabeb6ee3b9bf4a001aed4c88991be28 (diff)
downloadgo-3d9475c04bbc78ad5052521b2881d93fb9dc27da.tar.gz
go-3d9475c04bbc78ad5052521b2881d93fb9dc27da.zip
doc: cleanup editor page
Fix some UI issues introduced with CL50952: - increase header colspan to account for additional column - remove ':' character from footnotes Change-Id: I56f59b8e4b2852612b3c6c7c0dfe99125dd8b57b Reviewed-on: https://go-review.googlesource.com/51113 Reviewed-by: Jaana Burcu Dogan <jbd@google.com>
-rw-r--r--doc/editors.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/editors.html b/doc/editors.html
index 5228dfc7a8..1da83daf07 100644
--- a/doc/editors.html
+++ b/doc/editors.html
@@ -24,7 +24,7 @@ editing, navigation, testing, and debugging experience.
an extension for Visual Studio Code to provide support for the Go programming language</li>
<li><a href="https://www.jetbrains.com/go">Gogland</a>: Gogland is distributed either as a standalone IDE
or as a plugin for the IntelliJ Platform IDEs</li>
-<li><a href="https://atom.io/packages/go-plus">Go-Plus</a>: Go-Plus is an Atom package that provides enhanced Go support<li>
+<li><a href="https://atom.io/packages/go-plus">Go-Plus</a>: Go-Plus is an Atom package that provides enhanced Go support</li>
</ul>
<p>
@@ -48,7 +48,7 @@ The following feature matrix lists and compares the most significant features.
<th><img title="Go-Plus" src="/doc/editors/go-plus.png"><br>Go-Plus</th>
</tr>
<tr>
- <td class="feature-row" colspan="4">Editing features</td>
+ <td class="feature-row" colspan="5">Editing features</td>
</tr>
<tr>
<td>Build and run from the editor/IDE</td>
@@ -100,7 +100,7 @@ The following feature matrix lists and compares the most significant features.
<td class="yes">Yes</td>
</tr>
<tr>
- <td class="feature-row" colspan="4">Navigation features</td>
+ <td class="feature-row" colspan="5">Navigation features</td>
</tr>
<tr>
<td>Display documentation inline, or open godoc in browser</td>
@@ -138,7 +138,7 @@ The following feature matrix lists and compares the most significant features.
<td class="yes">Yes</td>
</tr>
<tr>
- <td class="feature-row" colspan="4">Testing and debugging features</td>
+ <td class="feature-row" colspan="5">Testing and debugging features</td>
</tr>
<tr>
<td>Debugger support</td>
@@ -186,11 +186,11 @@ The following feature matrix lists and compares the most significant features.
</table>
<p>
-<sup>1</sup>: Possible when enabled via Settings &gt; Go &gt; On Save, <code>go</code> <code>vet</code> and <code>golint</code> are available via plugins. Also runs tests on save if configured.
+<sup>1</sup>Possible when enabled via Settings &gt; Go &gt; On Save, <code>go</code> <code>vet</code> and <code>golint</code> are available via plugins. Also runs tests on save if configured.
<br>
-<sup>2</sup>: Additionally, user input can disambiguate when two or more options are available.
+<sup>2</sup>Additionally, user input can disambiguate when two or more options are available.
<br>
-<sup>3</sup>: Available if the <a href="https://atom.io/packages/go-debug">go-debug</a> package is installed.
+<sup>3</sup>Available if the <a href="https://atom.io/packages/go-debug">go-debug</a> package is installed.
</p>
</div>
@@ -228,4 +228,4 @@ The following feature matrix lists and compares the most significant features.
background-color: #ebebeb;
font-weight: bold;
}
-</style> \ No newline at end of file
+</style>