Ver código fonte

Fix divider text.

develop
Ben Kurtovic 8 anos atrás
pai
commit
a31d86a513
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/tfd.js

+ 1
- 1
src/tfd.js Ver arquivo

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



Carregando…
Cancelar
Salvar