Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix XHTML errors
Useful for ePub generation, that makes use of XHTML files.
  • Loading branch information
Michaël Perrin committed Jan 28, 2017
commit bf041d1baab859f57cc2cc3018f46ca4e4682537
4 changes: 2 additions & 2 deletions _build/_theme/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

{% block extrahead %}
{# add JS to support tabs #}
<script src="http://symfony.com/js/v5/all.js?v=4"></script>
<script src="http://symfony.com/js/v5/all.js?v=4" type="text/javascript"></script>

{# pygment's styles are still loaded, undo some unwanted styles #}
<style>
<style type="text/css">
.highlight .k, .highlight .gh, .highlight .gp,
.highlight .gu, .highlight .kc, .highlight .kd,
.highlight .kn, .highlight .kr, .highlight .nc,
Expand Down