remove the superfluous '.'s from the exportBinaryExtensions config field and

update exportGetUrlAsPath's regex to match.
This commit is contained in:
Chris Nehren 2008-10-17 20:36:35 +00:00
parent 67c0fd3dfb
commit a30b919cff
2 changed files with 31 additions and 31 deletions

View file

@ -837,36 +837,36 @@
# extensions that the export system should pass through as-is instead of using
# index.html
"exportBinaryExtensions" : [
".html",
".htm",
".txt",
".pdf",
".jpg",
".css",
".gif",
".png",
".doc",
".xls",
".xml",
".rss",
".bmp",
".mp3",
".js",
".fla",
".flv",
".swf",
".pl",
".php",
".php3",
".php4",
".php5",
".ppt",
".docx",
".zip",
".tar",
".rar",
".gz",
".bz2"
"html",
"htm",
"txt",
"pdf",
"jpg",
"css",
"gif",
"png",
"doc",
"xls",
"xml",
"rss",
"bmp",
"mp3",
"js",
"fla",
"flv",
"swf",
"pl",
"php",
"php3",
"php4",
"php5",
"ppt",
"docx",
"zip",
"tar",
"rar",
"gz",
"bz2"
]
}