This website works better with JavaScript.
Home
Help
Sign In
ben
/
tfdclerk
mirror of
https://github.com/earwig/tfdclerk
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Fix divider text.
develop
Ben Kurtovic
9 years ago
parent
86f2ffd67d
commit
a31d86a513
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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: "
|
"
});
};
Write
Preview
Loading…
Cancel
Save