mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04: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:
|
# Arguments:
|
||||||
# @url the URL of the document being loaded.
|
# @url the URL of the document being loaded.
|
||||||
# @html the source 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)
|
def ELinks::pre_format_html_hook(url, html)
|
||||||
if url.grep("fvwm.lair.be\/(index|viewforum)*.\.php")
|
if url.grep("fvwm.lair.be\/(index|viewforum)*.\.php")
|
||||||
|
Loading…
Reference in New Issue
Block a user