changeset 1034:17e21e7dcfaa draft

Fix closing tag
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 06 Mar 2024 09:32:51 +0900
parents 23e57a7f2bd8
children e8f73df7ed5d
files s4-blog.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-blog.sh	Sat Jan 20 07:44:26 2024 +0900
+++ b/s4-blog.sh	Wed Mar 06 09:32:51 2024 +0900
@@ -449,7 +449,7 @@
     cat<<-EOF > $omitline
 	<tr class="warn">
 	<th>:<br>$limitedmsg<br>($((narts-$nlimit-1))件省略)<br>:</th>
-	<th>$showalllink</td></th>
+	<th>$showalllink</th>
 	EOF
   else
     CAT=cat

yatex.org