diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-08-15 08:51:01 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-08-15 08:51:01 -0700 |
| commit | 8fbf17fa2c91b22a41dd3a7fa1881641b20e8bf1 (patch) | |
| tree | 84815200b1593429c4d591515549b7784186c753 /templates/note.html.template | |
| parent | b522360a74a7d32fec85e8ae4ac4ba9a279b7a4c (diff) | |
| download | roseh.moe-8fbf17fa2c91b22a41dd3a7fa1881641b20e8bf1.tar.zst | |
Remove unnecessary indentation from save response
Diffstat (limited to 'templates/note.html.template')
| -rw-r--r-- | templates/note.html.template | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/note.html.template b/templates/note.html.template index 3c7049c..ff72bdf 100644 --- a/templates/note.html.template +++ b/templates/note.html.template @@ -8,9 +8,7 @@ {{define "body" -}} <form id="form" method="post"> <div class="save-indicator-container"> - {{- block "saveIndicator" ""}} - <span id="save-indicator">{{.}}</span> - {{- end}} + {{block "saveIndicator" ""}}<span id="save-indicator">{{.}}</span>{{end}} </div> <div class="content-container"> <textarea |
