Skip to content

Commit

Permalink
ddoc: default to non-span for constraints to maintain BC
Browse files Browse the repository at this point in the history
  • Loading branch information
landaire committed Dec 22, 2015
1 parent d5c7568 commit 066a103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc.d
Expand Up @@ -450,8 +450,8 @@ DDOC_PSYMBOL = $(U $0)
DDOC_PSUPER_SYMBOL = $(U $0)
DDOC_KEYWORD = $(B $0)
DDOC_PARAM = $(I $0)
DDOC_CONSTRAINT = $(BR)<span class=\"constraint\">if($0)</span>
DDOC_OVERLOAD_SEPARATOR = $(BR)
DDOC_CONSTRAINT = &nbsp;if($0)
DDOC_OVERLOAD_SEPARATOR = $(BR)
DDOC_TEMPLATE_PARAM = $0
ESCAPES = /</&lt;/
Expand Down

0 comments on commit 066a103

Please sign in to comment.