Skip to content

Commit 745082c

Browse files
author
Enguerran
committed
fix the disappearing footer on the todomvc-flux sample
1 parent bc11793 commit 745082c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/todomvc-flux/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
<link rel="stylesheet" href="css/app.css">
88
</head>
99
<body>
10-
<section id="todoapp" />
10+
<div>
11+
<section id="todoapp" />
12+
</div>
1113
<footer id="info">
1214
<p>Double-click to edit a todo</p>
1315
<p>Created by <a href="http://facebook.com/bill.fisher.771">Bill Fisher</a></p>

0 commit comments

Comments
 (0)