From dc923adf8f7db0e7c68f7051b73c065002ecdef2 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Sat, 7 Mar 2015 11:11:36 -0500 Subject: [PATCH] Fix comments at top of file. --- unpacked/jax/output/CommonHTML/jax.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js index 38d73e84d..82917ab23 100644 --- a/unpacked/jax/output/CommonHTML/jax.js +++ b/unpacked/jax/output/CommonHTML/jax.js @@ -3,11 +3,12 @@ /************************************************************* * - * MathJax/jax/output/HTML2/jax.js + * MathJax/jax/output/CommonHTML/jax.js * - * Implements the HTML2 OutputJax that displays mathematics - * using HTML to position the characters from math fonts - * in their proper locations. + * Implements the CommonHTML OutputJax that displays mathematics + * using HTML and CSS to position the characters from math fonts + * in their proper locations. Unlike the HTML-CSS output jax, + * this HTML is browswer and OS independent. * * --------------------------------------------------------------------- *