mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
docgen: make whitespace around 'class=' more consistent
This commit is contained in:
@@ -117,7 +117,7 @@ $moduledesc
|
||||
$content
|
||||
"""
|
||||
|
||||
doc.listing_start = "<pre class = \"listing\">"
|
||||
doc.listing_start = "<pre class=\"listing\">"
|
||||
doc.listing_end = "</pre>"
|
||||
|
||||
# * $analytics: Google analytics location, includes <script> tags
|
||||
|
||||
Reference in New Issue
Block a user