summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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