src/html.h

changeset 20
8639ccd855ba
parent 13
e714005f3e9d
child 44
de22ded6d50a
--- a/src/html.h	Sat Feb 01 17:15:14 2025 +0100
+++ b/src/html.h	Mon Feb 03 23:13:19 2025 +0100
@@ -32,8 +32,8 @@
 
     static constexpr unsigned columns = 53;
 
-    void open();
-    void close();
+    void open(bool fragment);
+    void close(bool fragment);
 
     void h1(const std::string& heading);
     void h2(const std::string& heading);

mercurial