changeset 376:d09dd70730a0

Clear floating layout at the end of listentry()
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 27 Nov 2016 17:14:57 +0859
parents b971fa6ebcb1
children e8630c45a3ef
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Sun Nov 27 15:53:16 2016 +0859
+++ b/s4-funcs.sh	Sun Nov 27 17:14:57 2016 +0859
@@ -1982,6 +1982,7 @@
     echo "</div>"
   done
   echo ${pnbtn:+"<hr>$nextbtn$prevbtn"}
+  echo '<p class="clear"></p>'
 )
 listmember() {
   listentry user "$@"

yatex.org