s4

changeset 805:f84cf537b5fb

Typo...
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 14 Jun 2020 16:37:47 +0900
parents 39e59b5b2131
children fc271965bd56 f5f3f932339b
files s4-blog.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-blog.sh	Sun Jun 14 16:37:18 2020 +0900
     1.2 +++ b/s4-blog.sh	Sun Jun 14 16:37:47 2020 +0900
     1.3 @@ -400,7 +400,7 @@
     1.4        err Newtop=$newtop lines=$narts afternew=$afternew nlim=$nilmit
     1.5      fi
     1.6    fi
     1.7 -  if [ $nlimit -gt $narts ]; then
     1.8 +  if [ $nlimit -lt $narts ]; then
     1.9      CAT="tail -n $nlimit"
    1.10      limitedmsg="<span class=\"warn\">※最新${nlimit}件のみの表示※</span>"
    1.11      showalllink="<a title=\"Show All\" href=\"?replyblog+$rowid+n:all\">全件表示</a>"