mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Oops, add missing description of preformat hook return value
This commit is contained in:
parent
22008c5c62
commit
df97a92e53
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user