Skip to content

Commit e6c209c

Browse files
Bolpatdlang-bot
authored andcommitted
Angle brackets are seen by browsers as HTML
1 parent a1ee043 commit e6c209c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/importc.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $(H2 $(LNAME2 examples, Quick Examples))
2121
$(P C code in file $(TT hello.c):)
2222

2323
$(CCODE
24-
#include <stdio.h>
24+
#include &lt;stdio.h&gt;
2525
int main()
2626
{
2727
printf("hello world\n");

0 commit comments

Comments
 (0)