diff options
author | Lewuathe <sasaki_kai@lewuathe.sakura.ne.jp> | 2012-11-30 10:13:52 +0900 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-11-30 18:14:26 -0800 |
commit | 4d0fcd515fe0a38127136a751e5d1517b250fa80 (patch) | |
tree | d76cb6f8ad119cf7a2c18444b3c218c4e27f9cc7 /doc | |
parent | 6772308883f3025f94db208186224b887ff9bc69 (diff) | |
download | node-new-4d0fcd515fe0a38127136a751e5d1517b250fa80.tar.gz |
Fix dropped html tag
Diffstat (limited to 'doc')
-rw-r--r-- | doc/download/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/download/index.html b/doc/download/index.html index c6031e6037..5de4deaca0 100644 --- a/doc/download/index.html +++ b/doc/download/index.html @@ -118,7 +118,7 @@ <tr> <th>SunOS Binaries (.tar.gz)</th> <td><a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__-sunos-x86.tar.gz">32-bit</a></td> - <td><a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__-sunos-x64.tar.gz">64-bit</a</td> + <td><a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__-sunos-x64.tar.gz">64-bit</a></td> </tr> <tr> |