From a31d86a513852ba942a6475a88d14301d0ce7449 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 19 Sep 2015 23:45:27 -0500 Subject: [PATCH] Fix divider text. --- src/tfd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tfd.js b/src/tfd.js index 176a3c9..e1c98e5 100644 --- a/src/tfd.js +++ b/src/tfd.js @@ -232,7 +232,7 @@ TFD.prototype._build_hook_divider = function() { return $("", { addClass: "mw-editsection-divider", style: "display: inline;", - text: "[" + text: " | " }); };