mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
14.22.2011 7eab9f3a7ba506eac75a3a6fc25c9ecc926935a6
Typo
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/admin/doc/ConfigGuideGeneration.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/admin/doc/ConfigGuideGeneration.java
@@ -1375,7 +1375,7 @@
      "<title>" + pageTitle + "</title>\n" +
      "<link rel=\"stylesheet\" type=\"text/css\"\n" +
      "href=\"" + CSS_FILE + "\">\n" +
      "<link rel=\"shortcut icon\" href=\" + FAVICON + \">\n" +
      "<link rel=\"shortcut icon\" href=\"" + FAVICON + "\">\n" +
      "</head>\n");
  }