> I have greped(grep -r errorpage *) src/ but found nothing to exclude > hardcoded > error_hard_text.
Function errorTryLoadText in src/errorpage.c:
if (text && strstr(text, "%s") == NULL)
strcat(text, "%S"); /* add signature */
Joost
