Explorar el Código

Fix divider text.

develop
Ben Kurtovic hace 8 años
padre
commit
a31d86a513
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/tfd.js

+ 1
- 1
src/tfd.js Ver fichero

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



Cargando…
Cancelar
Guardar