mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-20 04:54:23 +08:00
GP-2894 - Icon Cleanup - Moved icons from Generic into Gui; Deleted
shared icons not in the Help module
This commit is contained in:
@@ -66,7 +66,7 @@ public class CreateHelpTemplateScript extends GhidraScript {
|
||||
printWriter.println("<head>");
|
||||
printWriter.println("\t" + "<title>" + plugin.getName() + "</title>");
|
||||
printWriter.println("\t" +
|
||||
"<link rel=\"stylesheet\" type=\"text/css\" href=\"../../shared/Frontpage.css\">");
|
||||
"<link rel=\"stylesheet\" type=\"text/css\" href=\"help/shared/DefaultStyle.css\">");
|
||||
printWriter.println("</head>");
|
||||
printWriter.println("");
|
||||
printWriter.println("<body>");
|
||||
|
||||
Reference in New Issue
Block a user