summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-11-08 07:27:40 -0300
committerEuAndreh <eu@euandre.org>2024-11-08 07:27:40 -0300
commitd09aa09cb7539682b5bc5529724a80c53bf208e9 (patch)
treeaa8ee77a4b4aa61ac690ad75128876eae1cbade1
parentInitial version (diff)
downloadmkwb-d09aa09cb7539682b5bc5529724a80c53bf208e9.tar.gz
mkwb-d09aa09cb7539682b5bc5529724a80c53bf208e9.tar.xz
src/html: Fix closing quotes
-rwxr-xr-xsrc/html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html b/src/html
index 3e100cb..72356d0 100755
--- a/src/html
+++ b/src/html
@@ -26,7 +26,7 @@ EOF
if [ -n "$updatedat_formatted" ]; then
cat <<EOF
<p id="updated-at">
- Updated on <time datetime="$updatedat_iso">"$updatedat_formatted</time>"
+ Updated on <time datetime="$updatedat_iso">$updatedat_formatted</time>
</p>
EOF
fi