Disable stack execution on plugins
[claws.git] / src / plugins / litehtml_viewer / litehtml / el_break.cpp
blobf13b2e3cf811ee405eca77a7620b33d1da8b7885
1 #include "html.h"
2 #include "el_break.h"
4 litehtml::el_break::el_break(const std::shared_ptr<litehtml::document>& doc) : html_tag(doc)
9 bool litehtml::el_break::is_break() const
11 return true;