summaryrefslogtreecommitdiff
path: root/src/html.hpp
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2019-11-15 19:14:11 +0300
committerAleksey Veresov <aleksey@veresov.pro>2019-11-15 19:14:11 +0300
commit233c346c4af51371cb4744be5e1c9798d2fcac02 (patch)
treea4ad0cbd8f2e429dddacbfab96cf186b706ea827 /src/html.hpp
parentb51891569cb4a92b656baf8c2fcd1dc95f610739 (diff)
downloadtexo-233c346c4af51371cb4744be5e1c9798d2fcac02.tar
texo-233c346c4af51371cb4744be5e1c9798d2fcac02.tar.xz
texo-233c346c4af51371cb4744be5e1c9798d2fcac02.zip
.
Diffstat (limited to 'src/html.hpp')
-rw-r--r--src/html.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/html.hpp b/src/html.hpp
index c32b119..cc69f10 100644
--- a/src/html.hpp
+++ b/src/html.hpp
@@ -38,8 +38,9 @@ protected:
bool StartLink(const ScriptVariable & link, const ScriptVariable & title);
bool CloseLink(const ScriptVariable & link, const ScriptVariable & title);
- bool TruePutImage(const ScriptVariable & src, const ScriptVariable & alt,
- const ScriptVariable & title);
+ bool TruePutImage(const ScriptVariable & src,
+ const ScriptVariable & alt,
+ const ScriptVariable & title);
bool TruePutHorizontalRule();
};