Browse Source

Fixes #391, double closing body tag

beta
jlukic 11 years ago
parent
commit
e484a93039
  1. 5
      server/documents/elements/divider.html.eco
  2. 2
      server/documents/modules/sidebar.html.eco
  3. 4
      server/draft/tab.html.eco

5
server/documents/elements/divider.html.eco

@ -144,7 +144,4 @@ type : 'UI Element'
</div>
</div>
</div>
</body>
</html>
</div>

2
server/documents/modules/sidebar.html.eco

@ -611,5 +611,3 @@ type : 'UI Module'
</div>
</div>
</body>
</html>

4
server/draft/tab.html.eco

@ -382,6 +382,4 @@ type : 'UI Module'
</tbody>
</table>
</div>
</body>
</html>
</div>
Loading…
Cancel
Save