mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-16 15:49:24 +03:00
Fix so column suppression choices actually end up in the output.
svn path=/trunk/netsurf/; revision=10642
This commit is contained in:
parent
3354bd7425
commit
a8f41ec8a9
@ -1,6 +1,7 @@
|
||||
/*
|
||||
* Copyright 2006 Richard Wilson <info@tinct.net>
|
||||
* Copyright 2010 Chris Young <chris@unsatisfactorysoftware.co.uk>
|
||||
* Copyright 2010 Michael Drake <tlsa@netsurf-browser.org>
|
||||
*
|
||||
* This file is part of NetSurf, http://www.netsurf-browser.org/
|
||||
*
|
||||
@ -477,6 +478,9 @@ bool directory_convert(struct content *c) {
|
||||
/* Set which columns to suppress */
|
||||
dirlist_generate_hide_columns(0, buffer, MAX_LENGTH);
|
||||
|
||||
binding_parse_chunk(c->data.html.parser_binding,
|
||||
(uint8_t *) buffer, strlen(buffer));
|
||||
|
||||
/* Print document title and heading */
|
||||
dirlist_generate_title(nice_path, buffer, MAX_LENGTH);
|
||||
free(nice_path);
|
||||
|
Loading…
Reference in New Issue
Block a user