diff s4-blog.sh @ 283:fe73fb3f9f35

Duplicated id, fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 06 Aug 2016 12:20:47 +0859
parents e6c1cbe4ffcc
children 1c4f13f0813e
line wrap: on
line diff
--- a/s4-blog.sh	Sat Aug 06 12:18:03 2016 +0859
+++ b/s4-blog.sh	Sat Aug 06 12:20:47 2016 +0859
@@ -181,11 +181,11 @@
     nt="<label style=\"font-size: 70%;\"><input type=\"checkbox\"
 	 name=\"notifyto\" value=\"$uid\">返信通知送信</label>"
     cat<<EOF |
-<tr id="$id" id="$aid">
+<tr id="$id">
 <td>${edit:+<a href="$elink+$edit">編集</a> }#$aid
 <a href="$hlink+$uid">$uname</a>
 $tm
-${notify:+$nt}</td><td>`echo "$hte"|unhexize|htmlescape`
+${notify:+$nt}</td><td id="$aid">`echo "$hte"|unhexize|htmlescape`
 EOF
     hreflink
     usecache='' tsfile=$td/$id.stamp

yatex.org