commit 5580d4c86d3f2a79936835cc6d816f4db7e96617
parent 944bf85f28ce48a8e21b98f18cfd08b0c37e3120
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Thu, 4 Jul 2013 00:41:46 +0200
percent-encoding to fix validation issue, again
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/about.html b/templates/about.html
@@ -112,7 +112,7 @@ for. Inferring pronunciation of unknown words isn't supported (yet), so don't
use proper nouns or rare words. You can also provide a pronunciation written
between square brackets using <a href="#pron">the right convention</a> to
disambiguate if multiple pronunciations are possible. Example: <a
- href="/query?query=fils%20[fis]">fils [fis]</a>.</p>
+ href="/query?query=fils%20%5Bfis%5D">fils [fis]</a>.</p>
<p>In the <strong>n_syllables</strong> field, you can specify a number of
syllables to limit on. You can either specify an exact number or a range (eg.
"1-3"). You can suffix a "+" to indicate that you can accept one syllable more