aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 39840de..155ce94 100755
--- a/build.sh
+++ b/build.sh
@@ -248,7 +248,7 @@ echo "[build] creating links..."
tee ./tmp/temp-content-links-site.html > /dev/null << EOF
<h1>Links</h1>
- <p>Dynamic Link generation is currently not possible.</p>
+ <span>Dynamic Link generation is currently not possible.</span>
EOF
cat ./con/header.html \
./tmp/temp-content-links-site.html \
@@ -274,7 +274,7 @@ for i in *.meta; do
<meta http-equiv="refresh" content="0; url=$content">
</head>
<body>
- <p><a href="$content">redirect...</a></p>
+ <span><a href="$content">redirect...</a></span>
</body>
</html>
EOF