s4

diff s4-blog.sh @ 976:ae6c5df09f22

Add class="author" to link of author
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 29 May 2022 08:36:39 +0900
parents b327b5691b59
children 47b3e770372d
line diff
     1.1 --- a/s4-blog.sh	Sun May 15 14:38:40 2022 +0900
     1.2 +++ b/s4-blog.sh	Sun May 29 08:36:39 2022 +0900
     1.3 @@ -505,7 +505,7 @@
     1.4  	cat<<EOF
     1.5  <tr id="$id">
     1.6  <td class="$tdcls">${picon}__EDIT__<a href="#$aid">#$aid</a>
     1.7 -<a href="$hlink+$uid" title="${author%@*}">`echo $uname|htmlescape`</a>
     1.8 +<a class="author" href="$hlink+$uid" title="${author%@*}">`echo $uname|htmlescape`</a>
     1.9  <span title="$tm">${reki:-$tm}</span>
    1.10  <__NOTIFY__></td>
    1.11  EOF