Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
wrap in code block
  • Loading branch information
max-mapper committed Sep 19, 2015
commit 0e54e7340d8622f5925b3e25623ec62b84b304f0
2 changes: 1 addition & 1 deletion layouts/download-releases.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{{/project.versions}}
</tbody>
</table>
<p id="modules-description">{{modules}}</p>
<p id="modules-description">{{{modules}}}</p>
</section>
</article>

Expand Down
2 changes: 1 addition & 1 deletion locale/en/download/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ layout: download-releases.hbs
title: Previous Releases
iojs:
intro: "Releases 1.x through 3.x were called \"io.js\" as they were part of the io.js fork. As of Node.js 4.0.0 the former release lines of io.js converged with Node.js 0.12.x into unified Node.js releases."
modules: "\"Modules\" refers to the ABI (application binary interface) version number of Node.js, used to determine which versions of Node.js compiled C++ add-on binaries can be loaded in to without needing to be re-compiled. This version number is also referred to as NODE_MODULE_VERSION."
modules: "\"Modules\" refers to the ABI (application binary interface) version number of Node.js, used to determine which versions of Node.js compiled C++ add-on binaries can be loaded in to without needing to be re-compiled. This version number is also referred to as <code>NODE_MODULE_VERSION</code>."
---