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 wrap: on
line diff
--- a/examples/common/default/home.m4.html	Sun Apr 24 17:12:31 2016 +0859
+++ b/examples/common/default/home.m4.html	Sun Apr 24 17:15:11 2016 +0859
@@ -12,5 +12,7 @@
 <div class="fold"> <!-- in home.m4.html -->
 <input type="checkbox" id="grp"><label
  for="grp">個人の参加グループ一覧を見る</label>
+<div> <!-- div.fold hides this div (in home.m4.html) -->
 _GROUPS_
+</div><!-- div.fold hides upto here (in home.m4.html) -->
 </div> <!-- end of fold (in home.m4.html) -->

yatex.org