From 1c7ba23bf9a6ab6cb6519623b2944b869e9142f0 Mon Sep 17 00:00:00 2001 From: ne0n <16802-ne0n@users.noreply.gitgud.io> Date: Fri, 4 Dec 2020 16:58:31 -0800 Subject: [PATCH] Minor textual fixes --- configs/main.js.example | 2 +- gulp/res/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/main.js.example b/configs/main.js.example index 3e6aa3da..8ee474fb 100644 --- a/configs/main.js.example +++ b/configs/main.js.example @@ -329,7 +329,7 @@ module.exports = { unlistedLocal: false, //board hidden from on-site board list and frontpage unlistedWebring: false, //board hidden from webring captchaMode: 0, //0=disabled, 1=for threads, 2=for all posts - tphTrigger: 10, //numebr of threads in an hour before trigger action is activated + tphTrigger: 10, //number of threads in an hour before trigger action is activated pphTrigger: 50, //number of posts in an hour before ^ //0=none, 1=captcha enable for threads, 2=captcha enable for all posts, 3=lock board tphTriggerAction: 1, diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index 2f5579a9..849bbb9e 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -495,7 +495,7 @@ td, th { } td pre { - overflow-wrap: anywhere; + overflow-wrap: anywhere; } .flex-center {