aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_harvest_metadata.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/out_harvest_metadata.org')
-rw-r--r--org/out_harvest_metadata.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/org/out_harvest_metadata.org b/org/out_harvest_metadata.org
index 4cf23cf..c3d4fff 100644
--- a/org/out_harvest_metadata.org
+++ b/org/out_harvest_metadata.org
@@ -813,10 +813,10 @@ string theme_light_1 = format(q"┃
<!-- SiSU Spine Search -->
</div>┃",
_make_and_meta_struct.conf.w_srv_cgi_action,
- (_make_and_meta_struct.conf.w_srv_db_sqlite.empty)
+ (_make_and_meta_struct.conf.w_srv_db_sqlite_filename.empty)
? ""
: "\n <input type=\"hidden\" name=\"db\" value=\""
- ~ _make_and_meta_struct.conf.w_srv_db_sqlite
+ ~ _make_and_meta_struct.conf.w_srv_db_sqlite_filename
~ "\">",
);
} else {