Files
@ 0f3a584edcb3
Branch filter:
Location: kallithea/docs/theme/nature/layout.html
0f3a584edcb3
1.0 KiB
text/html
ini: explain how % must be escaped as %% (Issue #375)
Gearbox / paste would fail with:
configparser.InterpolationSyntaxError: '%' must be followed by '%' or '('
The special handling of % is standard configparser behaviour, unless explicitly
fetching raw settings.
Gearbox / paste would fail with:
configparser.InterpolationSyntaxError: '%' must be followed by '%' or '('
The special handling of % is standard configparser behaviour, unless explicitly
fetching raw settings.