summaryrefslogtreecommitdiffhomepage
path: root/src/prj/mmv/index.gsp
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-12 01:29:05 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-12 01:29:05 +0200
commita7f766f667309ff539855646bc3cfc6e217523f7 (patch)
treeb367e3e53d0142641fe459b56cd352d65db6d23a /src/prj/mmv/index.gsp
parent980eb2773db31238c180752bb083aa4578535b6e (diff)
Use ZWNJ to avoid certain ligations
Diffstat (limited to 'src/prj/mmv/index.gsp')
-rw-r--r--src/prj/mmv/index.gsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prj/mmv/index.gsp b/src/prj/mmv/index.gsp
index f049426..3f3ba81 100644
--- a/src/prj/mmv/index.gsp
+++ b/src/prj/mmv/index.gsp
@@ -194,7 +194,7 @@ html lang="en" {
input will be referred to as the @em{-input files}. Once all the input
files have been read, the utility specified by the arguments is spawned;
in this case that would be @code{-sed} with the argument
- @code{-'s/[A-Z]/\\L_&/g'}. The input files are then piped into
+ @code{-'s/[A-Z]/‌\\L_&/g'}. The input files are then piped into
@code{-sed} the exact same way that they would have been if we ran the
above commands without @code{-mmv}, and the output of @code{-sed} then
forms what will be referred to as the @em{-output files}. Once a