Browse Source

Fix divider text.

develop
Ben Kurtovic 8 years ago
parent
commit
a31d86a513
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tfd.js

+ 1
- 1
src/tfd.js View File

@@ -232,7 +232,7 @@ TFD.prototype._build_hook_divider = function() {
return $("<span/>", {
addClass: "mw-editsection-divider",
style: "display: inline;",
text: "["
text: " | "
});
};



Loading…
Cancel
Save