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_base.cpp
blob
baf025653924f4abab1044ea7866391d5a4e1bf8
1
#include
"html.h"
2
#include
"el_base.h"
3
#include
"document.h"
4
5
litehtml
::
el_base
::
el_base
(
const
std
::
shared_ptr
<
document
>&
doc
) :
html_tag
(
doc
)
6
{
7
8
}
9
10
void
litehtml
::
el_base
::
parse_attributes
()
11
{
12
get_document
()->
container
()->
set_base_url
(
get_attr
(
"href"
));
13
}