diff options
Diffstat (limited to 'site/gpg')
-rw-r--r-- | site/gpg/index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/site/gpg/index.php b/site/gpg/index.php index 72695f4..6ca413e 100644 --- a/site/gpg/index.php +++ b/site/gpg/index.php @@ -24,9 +24,7 @@ <!DOCTYPE html> <html> <head> - <style type="text/css"> - <?php echo miniCss(file_get_contents("../common/css/main.css")); ?> - </style> + <link rel="stylesheet" type="text/css" href="../common/css/main.css" /> <title><?php echo gettext("GPG signing key"); ?></title> </head> |