We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79011cd commit 0f5d58dCopy full SHA for 0f5d58d
Tools/AGSHtml.m
@@ -1357,6 +1357,10 @@ - (void) outputNode: (GSXMLNode*)node to: (NSMutableString*)buf
1357
[buf appendString: @"<div class=\"content-bar-top-body\">\n"];
1358
[self incIndent];
1359
1360
+ [buf appendString: indent];
1361
+ [buf appendFormat:
1362
+ @"<div class=\"content-bar-top-body-title\">%@</div><br />\n",
1363
+ project];
1364
[buf appendString: indent];
1365
[buf appendString:
1366
@"<a href=\"#nav-bar-classes\">Classes</a><br />\n"];
0 commit comments