changeset 696:4ebe5184a3e3

String 'Unreadable' should contain quotes
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 21 May 2020 12:08:27 +0900
parents 5cf0ba49aeab
children 4461d596150d
files s4-blog.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/s4-blog.sh	Thu May 21 12:00:28 2020 +0900
+++ b/s4-blog.sh	Thu May 21 12:08:27 2020 +0900
@@ -192,7 +192,7 @@
 		ELSE 'Unreadable'
 		END"
 	  else
-	    F_UNREADABLE='Unreadable'
+	    F_UNREADABLE="'Unreadable'"
 	  fi
 	fi
       else		# User blog
@@ -202,7 +202,7 @@
 		THEN '' ELSE 'Unreadable'
 		END"
 	else
-	  F_UNREADABLE='Unradable'
+	  F_UNREADABLE="'Unreadable'"
 	fi
       fi
       ;;

yatex.org