1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

Oops, add missing description of preformat hook return value

This commit is contained in:
Jonas Fonseca 2005-11-26 01:22:14 +01:00 committed by Jonas Fonseca
parent 22008c5c62
commit df97a92e53

View File

@ -66,6 +66,9 @@ end
# Arguments:
# @url the URL of the document being loaded.
# @html the source of the document being loaded.
#
# Returns the preformatted source of the document. Return nil to leave the
# document source untouched.
def ELinks::pre_format_html_hook(url, html)
if url.grep("fvwm.lair.be\/(index|viewforum)*.\.php")