Luca Milanesio
2012-12-02 13f880f5f959e2d4ae2304c9cf9760fc1de32f10
src/com/gitblit/authority/X509CertificateViewer.java
@@ -56,7 +56,6 @@
            return Utils.INSETS;
         }
      };
      content.add(new HeaderPanel("certificiate", "rosette_16x16.png"), BorderLayout.NORTH);
      
      DateFormat df = DateFormat.getDateTimeInstance();
      
@@ -96,6 +95,7 @@
      
      content.add(controls, BorderLayout.SOUTH);
      
      getContentPane().add(new HeaderPanel(Translation.get("gb.certificate"), "rosette_16x16.png"), BorderLayout.NORTH);
      getContentPane().add(content, BorderLayout.CENTER);
      pack();