HtmlTextStream has now pt::Stream as a based class and uses pt::WTextStream as a buffer
This commit is contained in:
@@ -633,7 +633,7 @@ void Item::execute(EzcEnv & env)
|
||||
else
|
||||
ezc_generator.Generate(item_run_content);
|
||||
|
||||
ItemContent::print_content(env.out, item_run_content.Str(), item_content.content_raw_type, config->html_filter);
|
||||
ItemContent::print_content(env.out, item_run_content.get_buffer(), item_content.content_raw_type, config->html_filter);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user