Skip to content

Commit b81f15c

Browse files
committed
<div class=""> -> $(DIVC
1 parent 034b889 commit b81f15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ Macros:
505505
D=<span class="d_inlinecode">$0</span>
506506
EXAMPLE=$(TAG2 a, id="a$1-control" class="example-control", )$(TAG2 div, id="a$1" class="example-box", $(RUNNABLE_EXAMPLE $2))
507507
EXTRA_EXAMPLE=<div class="your-code-here-extra" style="display:none">
508-
<div class="your-code-here-title">$1</div>
508+
$(DIVC your-code-here-title, $1)
509509
$(RUNNABLE_EXAMPLE $+)
510510
</div>
511511
_=

0 commit comments

Comments
 (0)