summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunken <mm.munk@gmail.com>2016-12-16 11:02:36 +0000
committerMunken <mm.munk@gmail.com>2016-12-16 11:02:36 +0000
commit731bf34223efc9e0f28b1c3e77e1dbbf8bd5e601 (patch)
treef3e05337bad46af71f124b4ef8e1dcefb3c28b41
parent5920c5d2caaf37899a90c4ae5989b0fc8935e847 (diff)
downloadgitlab-ce-731bf34223efc9e0f28b1c3e77e1dbbf8bd5e601.tar.gz
Clearer comment as to why the procedure is needed
-rw-r--r--vendor/assets/javascripts/katex.js2
-rw-r--r--vendor/assets/stylesheets/katex.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/vendor/assets/javascripts/katex.js b/vendor/assets/javascripts/katex.js
index 2ce3a5e8d4d..beb31ca6a7e 100644
--- a/vendor/assets/javascripts/katex.js
+++ b/vendor/assets/javascripts/katex.js
@@ -31,7 +31,7 @@
/*
Here is how to build a version of KaTeX that works with gitlab.
- The problem is that the procedure for changing font location doesn't work for ''.
+ The problem is that the standard procedure for changing font location doesn't work for the empty string.
1. Clone KaTeX. Anything later than 4fb9445a9 (is merged into master) will do.
2. make (requires node)
diff --git a/vendor/assets/stylesheets/katex.css b/vendor/assets/stylesheets/katex.css
index 2d0b4635ccf..3e62df2329c 100644
--- a/vendor/assets/stylesheets/katex.css
+++ b/vendor/assets/stylesheets/katex.css
@@ -31,7 +31,7 @@ SOFTWARE.
/*
Here is how to build a version of KaTeX that works with gitlab.
- The problem is that the procedure for changing font location doesn't work for ''.
+ The problem is that the standard procedure for changing font location doesn't work for the empty string.
1. Clone KaTeX. Anything later than 4fb9445a9 (is merged into master) will do.
2. make (requires node)