From 233c346c4af51371cb4744be5e1c9798d2fcac02 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 15 Nov 2019 19:14:11 +0300 Subject: . --- src/html.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/html.hpp') 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(); }; -- cgit v1.2.3