diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-24 18:35:29 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-24 18:35:29 -0500 |
commit | ade6e1bf69887a6e47c8bde8d736ee6316008ab9 (patch) | |
tree | e62c942f1abfc67273e84800da80b9fedea70762 /lib/headlines.ml | |
parent | 527e025e88fc01c7ed4fc3f951484b051c264d83 (diff) | |
download | stitch-ade6e1bf69887a6e47c8bde8d736ee6316008ab9.tar.gz stitch-ade6e1bf69887a6e47c8bde8d736ee6316008ab9.tar.bz2 stitch-ade6e1bf69887a6e47c8bde8d736ee6316008ab9.zip |
Stashnarrowing
Diffstat (limited to '')
-rw-r--r-- | lib/headlines.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/headlines.ml b/lib/headlines.ml index cefe31d..7b12b9e 100644 --- a/lib/headlines.ml +++ b/lib/headlines.ml @@ -150,7 +150,7 @@ let rec render ; content = full_content |> Array.of_list ; content_pretty = full_content_pretty ; scroll = 0 - ; tag + ; tag = (if tag = "" then [] else [ tag ]) ; output = None ; go_back = (fun () -> render t state) ; goto_todos_view |