diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-01-24 12:56:51 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-01-24 12:56:51 (EST) |
commit | 2238ec5ecc7a10fe6fb2df17c418a9885a626e2b (patch) | |
tree | 42170fb5d9609b7ec8aa9db85954a60b46c899d8 | |
parent | fc4cf627d6c942368e37925ed1bc728050cb62de (diff) | |
download | libreboot.org-2238ec5ecc7a10fe6fb2df17c418a9885a626e2b.zip libreboot.org-2238ec5ecc7a10fe6fb2df17c418a9885a626e2b.tar.gz libreboot.org-2238ec5ecc7a10fe6fb2df17c418a9885a626e2b.tar.bz2 |
typofix
-rw-r--r-- | site/faq/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/faq/index.php b/site/faq/index.php index 5c4e894..ba0709d 100644 --- a/site/faq/index.php +++ b/site/faq/index.php @@ -25,7 +25,7 @@ <html> <head> <link rel="stylesheet" type="text/css" href="../common/css/main.css" /> - <link rel="stylesheet" type="text/css" href="../common/cssbox/cssbox.css" /> + <link rel="stylesheet" type="text/css" href="../common/css/cssbox/cssbox.css" /> <title>Answers to Frequently Asked Questions about libreboot</title> </head> |