pub / rememori

Simple file-based bookmarking and notes application
git clone src.jayvii.de/pub/rememori.git
Home | Log | Files | Exports | Refs | README | RSS

commit 674dc99215abcc22314b072621d6550813b2f55c
parent 802b03def520701f48901e4b7eb8946cfc0efde5
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Fri, 20 Dec 2024 14:24:58 +0100

fix: use correct variable

Diffstat:
Mlib/show.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/show.php b/lib/show.php @@ -157,7 +157,7 @@ function show_note( <input class="likenavitem" type="submit" - value="<?php echo $cat_lab; ?>" + value="<?php echo $cat_label; ?>" > </form>