From 233c346c4af51371cb4744be5e1c9798d2fcac02 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 15 Nov 2019 19:14:11 +0300 Subject: . --- src/html.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/html.cpp') diff --git a/src/html.cpp b/src/html.cpp index fb2fb5e..d492c19 100644 --- a/src/html.cpp +++ b/src/html.cpp @@ -131,8 +131,8 @@ bool TexoProducerHTML::CloseUnderline() return exporter.Put(""); } -bool TexoProducerHTML::StartLink( - const ScriptVariable & link, const ScriptVariable & title) +bool TexoProducerHTML::StartLink(const ScriptVariable & link, + const ScriptVariable & title) { bool ok = true; if (link != "") { @@ -147,8 +147,8 @@ bool TexoProducerHTML::StartLink( return ok; } -bool TexoProducerHTML::CloseLink( - const ScriptVariable & link, const ScriptVariable & title) +bool TexoProducerHTML::CloseLink(const ScriptVariable & link, + const ScriptVariable & title) { if (link != "") { return exporter.Put(""); @@ -159,7 +159,8 @@ bool TexoProducerHTML::CloseLink( bool TexoProducerHTML::TruePutImage(const ScriptVariable & src, - const ScriptVariable & alt, const ScriptVariable & title) + const ScriptVariable & alt, + const ScriptVariable & title) { bool ok = true; if (src != "") { -- cgit v1.2.3