From 36238022ac34760f3d0da37aa1a513c5be0f86f2 Mon Sep 17 00:00:00 2001 From: Karl Kleinpaste Date: Wed, 19 Feb 2025 09:53:08 -0500 Subject: [PATCH] #1099 consistency: close all with trailing "/". --- src/editor/template.h | 10 +++++----- src/gtk/about_modules.c | 2 +- src/gtk/search_dialog.c | 2 +- src/main/export_passage.cc | 2 +- src/main/module_dialogs.cc | 2 +- src/main/parallel_view.cc | 2 +- src/main/previewer.cc | 2 +- src/main/search_dialog.cc | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/editor/template.h b/src/editor/template.h index bfec7aff3..1f6380369 100644 --- a/src/editor/template.h +++ b/src/editor/template.h @@ -26,11 +26,11 @@ \n\ \n\ studypad template\n\ -\n\ -\n\ -\n\ -\n\ -\n\ +\n\ +\n\ +\n\ +\n\ +\n\ " +#define HTML_START "" SEARCH_DIALOG1 search1; diff --git a/src/main/export_passage.cc b/src/main/export_passage.cc index e0d36575b..7131ddba0 100644 --- a/src/main/export_passage.cc +++ b/src/main/export_passage.cc @@ -35,7 +35,7 @@ #include "main/sword.h" #include "main/global_ops.hh" -#define HTML_START "" +#define HTML_START "" enum { TARGET_HTML, diff --git a/src/main/module_dialogs.cc b/src/main/module_dialogs.cc index 9e8377c47..bd52e36cc 100644 --- a/src/main/module_dialogs.cc +++ b/src/main/module_dialogs.cc @@ -60,7 +60,7 @@ #include "gui/debug_glib_null.h" -#define HTML_START "" +#define HTML_START "" typedef struct _treeitem TreeItem; struct _treeitem diff --git a/src/main/parallel_view.cc b/src/main/parallel_view.cc index 49e3c878e..c2e43a35e 100644 --- a/src/main/parallel_view.cc +++ b/src/main/parallel_view.cc @@ -52,7 +52,7 @@ #include "gui/debug_glib_null.h" #define HTML_START \ - "\ + "\ " +#define HTML_START "" static BackEnd *backendSearch = NULL;