summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/lang-url.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/lang-url.lmt')
-rw-r--r--tex/context/base/mkxl/lang-url.lmt10
1 files changed, 4 insertions, 6 deletions
diff --git a/tex/context/base/mkxl/lang-url.lmt b/tex/context/base/mkxl/lang-url.lmt
index b918464d0..7607d7d84 100644
--- a/tex/context/base/mkxl/lang-url.lmt
+++ b/tex/context/base/mkxl/lang-url.lmt
@@ -23,12 +23,10 @@ local v_after = variables.after
local is_letter = characters.is_letter
---[[
-<p>Hyphenating <l n='url'/>'s is somewhat tricky and a matter of taste. I did
-consider using a dedicated hyphenation pattern or dealing with it by node
-parsing, but the following solution suits as well. After all, we're mostly
-dealing with <l n='ascii'/> characters.</p>
-]]--
+-- Hyphenating URL's is somewhat tricky and a matter of taste. I did consider using
+-- a dedicated hyphenation pattern or dealing with it by node parsing, but the
+-- following solution suits as well. After all, we're mostly dealing with ASCII
+-- characters.
local urls = { }
languages.urls = urls