diff options
| author | Alberto Donizetti <alb.donizetti@gmail.com> | 2017-12-07 18:07:57 +0100 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2017-12-07 17:31:51 +0000 |
| commit | 99f4cf9714825d024bc56cd92920dc9fc2c6d9c2 (patch) | |
| tree | 2b80f90f4fd78bea3c15471a4e37ba2e4026afeb | |
| parent | 692f2e9c44e629e84b315f10c8538c9461fd6d61 (diff) | |
| download | go-99f4cf9714825d024bc56cd92920dc9fc2c6d9c2.tar.xz | |
doc: fix bad html tags in editors.html
Change-Id: Ib8ef626ae6bc66571ecf4569e37feb75b4b90d10
Reviewed-on: https://go-review.googlesource.com/82555
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
| -rw-r--r-- | doc/editors.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/editors.html b/doc/editors.html index 8228eb2578..4a8c7eab6b 100644 --- a/doc/editors.html +++ b/doc/editors.html @@ -178,9 +178,9 @@ The following feature matrix lists and compares the most significant features. </tr> <tr class="download"> <td></td> - <td><a href="https://github.com/fatih/vim-go">Install<a/></td> - <td><a href="https://marketplace.visualstudio.com/items?itemName=lukehoban.Go">Install<a/></td> - <td><a href="https://www.jetbrains.com/go">Install<a/></td> + <td><a href="https://github.com/fatih/vim-go">Install</a></td> + <td><a href="https://marketplace.visualstudio.com/items?itemName=lukehoban.Go">Install</a></td> + <td><a href="https://www.jetbrains.com/go">Install</a></td> <td><a href="https://atom.io/packages/go-plus">Install</a></td> </tr> </table> |
