s4

changeset 201:5751dfd67962

Protect div.dumptable from div.fold
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 24 Apr 2016 17:15:11 +0859
parents ffc676bd8277
children f103e36953d3
files examples/common/default/home.m4.html
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/home.m4.html	Sun Apr 24 17:12:31 2016 +0859
     1.2 +++ b/examples/common/default/home.m4.html	Sun Apr 24 17:15:11 2016 +0859
     1.3 @@ -12,5 +12,7 @@
     1.4  <div class="fold"> <!-- in home.m4.html -->
     1.5  <input type="checkbox" id="grp"><label
     1.6   for="grp">個人の参加グループ一覧を見る</label>
     1.7 +<div> <!-- div.fold hides this div (in home.m4.html) -->
     1.8  _GROUPS_
     1.9 +</div><!-- div.fold hides upto here (in home.m4.html) -->
    1.10  </div> <!-- end of fold (in home.m4.html) -->