Add missing footer class.

This commit is contained in:
Axel Naumann 2016-07-20 17:16:21 +02:00 committed by sftnight
parent e83b3e02ca
commit 9526922b38
4 changed files with 4 additions and 4 deletions

View File

@ -62,6 +62,6 @@ cmake --build . --config [Release/Debug] --target cling
</div> </div>
</div> </div>
<iframe seamless src="footer.html"></iframe> <iframe seamless class="footer" src="footer.html"></iframe>
</body> </body>
</html> </html>

View File

@ -52,6 +52,6 @@ Ideas
</div> </div>
</div> </div>
<iframe seamless src="footer.html"></iframe> <iframe seamless class="footer" src="footer.html"></iframe>
</body> </body>
</html> </html>

View File

@ -47,6 +47,6 @@ To run it:
</div> </div>
</div> </div>
<iframe seamless src="footer.html"></iframe> <iframe seamless class="footer" src="footer.html"></iframe>
</body> </body>
</html> </html>

View File

@ -30,6 +30,6 @@
</div> </div>
</div> </div>
<iframe seamless src="footer.html"></iframe> <iframe seamless class="footer" src="footer.html"></iframe>
</body> </body>
</html> </html>