diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2023-02-11 04:11:10 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2023-02-11 04:11:10 +0000 |
commit | 9b39b0e19d37fe05bb64f8c609bccfc796aff082 (patch) | |
tree | 76fd8e9c0dc647059097c4590f085981087c656b /pmwiki.php | |
parent | b25edadb6506afa61b72dd1ee36e592aae734563 (diff) | |
download | pmwiki.svn-9b39b0e19d37fe05bb64f8c609bccfc796aff082.tar.bz2 |
Add css to $ServeFileExts.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4363 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'pmwiki.php')
-rw-r--r-- | pmwiki.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -379,7 +379,7 @@ EOF; SDVA($ServeFileExts, array( 'gif' => 'image/gif', 'png' => 'image/png', 'svg' => 'image/svg+xml', 'README' => 'text/plain', 'txt' => 'text/plain', - 'js' => 'application/javascript', + 'css' => 'text/css', 'js' => 'application/javascript', )); function pm_servefile($basedir, $path) { global $ServeFileExts; |