diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e903f1..c6bbf5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
2021.08.20
* update license
* fix query
+ * change template titles to h3
2013.10.28
* Switch to Dotclear 2.6
diff --git a/_define.php b/_define.php
index eafe633..49c5af3 100644
--- a/_define.php
+++ b/_define.php
@@ -24,7 +24,7 @@ $this->registerModule(
/* Author */
"Jean-Christian Denis",
/* Version */
- '2021.08.20.2',
+ '2021.08.20.3',
/* Properies */
array(
'permissions' => 'admin',
diff --git a/_public.php b/_public.php
index ca3eaa4..11b6107 100644
--- a/_public.php
+++ b/_public.php
@@ -396,7 +396,7 @@ class tplSaba
if (!empty($res)) {
- return '
';
+ return '';
}
}
@@ -420,7 +420,7 @@ class tplSaba
$chk = 'saba_options["q_rev"]) ? \'checked="checked" \' : ""; ?>';
$res .= '';
- return '';
+ return '';
}
}
@@ -444,7 +444,7 @@ class tplSaba
if (!empty($res)) {
- return ''.__('Filter by category').'
';
+ return ''.__('Filter by category').'
';
}
}
@@ -468,7 +468,7 @@ class tplSaba
if (!empty($res)) {
- return '';
+ return '';
}
}
@@ -485,7 +485,7 @@ class tplSaba
if (!empty($res)) {
- return '';
+ return '';
}
}
@@ -509,7 +509,7 @@ class tplSaba
if (!empty($res)) {
- return ''.__('Filter by author').'
';
+ return ''.__('Filter by author').'
';
}
}
diff --git a/default-templates/saba_search.html b/default-templates/saba_search.html
index 0c2a80c..e903b6b 100644
--- a/default-templates/saba_search.html
+++ b/default-templates/saba_search.html
@@ -56,7 +56,7 @@