X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/c47f39de1c2de25aa70a5f3040c531e6589420cf..1d3a7ff684c36162124901504e62a4c6d48ead2f:/html.h diff --git a/html.h b/html.h index d420036..6615a4a 100644 --- a/html.h +++ b/html.h @@ -29,7 +29,9 @@ struct html_config { * two hex digits (including, in particular, = itself). The * only characters not escaped are the ASCII alphabets and * numbers, the subdirectory separator as mentioned above, - * and the four punctuation characters -.@_ . + * and the four punctuation characters -.@_ (with the + * exception that at the very start of a pathname, even '.' + * is escaped). * - '%/p' outputs the pathname of the tree entry, but this time * the subdirectory separator is also considered to be a * worrying character and is escaped.