Skip to content

Commit 9a4be01

Browse files
committed
Fix generated XML header
1 parent 4b0816a commit 9a4be01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gap/AutoDocMainFunction.gi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ InstallGlobalFunction( CreateMainPage,
125125
# output the initial file header
126126
AppendTo( filestream, AUTODOC_XML_HEADER );
127127
AppendTo( filestream, "<!DOCTYPE Book SYSTEM \"gapdoc.dtd\"\n[\n" );
128-
AppendTo( filestream, " [<#Include SYSTEM \"_entities.xml\">\n");
128+
AppendTo( filestream, " <#Include SYSTEM \"_entities.xml\">\n");
129129
AppendTo( filestream, "]\n>\n" );
130130

131131
# now start the actual book

0 commit comments

Comments
 (0)