repo.or.cz
/
claws.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Disable stack execution on plugins
[claws.git]
/
src
/
plugins
/
litehtml_viewer
/
litehtml
/
el_break.cpp
blob
f13b2e3cf811ee405eca77a7620b33d1da8b7885
1
#include
"html.h"
2
#include
"el_break.h"
3
4
litehtml
::
el_break
::
el_break
(
const
std
::
shared_ptr
<
litehtml
::
document
>&
doc
) :
html_tag
(
doc
)
5
{
6
7
}
8
9
bool
litehtml
::
el_break
::
is_break
()
const
10
{
11
return true
;
12
}
13