public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Search Repo:
fixed generated syntax for allowed mimetypes in CreateInputFile

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@2734 
3d254a34-79dc-0310-9e5f-be208747d8a0
silmarillion (author)
Sun Apr 30 07:09:19 -0700 2006
commit  ba915f2a7ff339ad875eddf0fdc8ee3b82f7c2bd
tree    1a607c33ee465f015bd3297ad663fe3507b4dfa2
parent  d0ea958650a642bc4652fe2b1ed494f7f44e943b
...
1940
1941
1942
1943
 
1944
1945
1946
...
1940
1941
1942
 
1943
1944
1945
1946
0
@@ -1940,7 +1940,7 @@ class CMSModule
0
     $text='<input type="file" name="'.$id.$name.'" size="'.$size.'"';
0
     if ($accept != '')
0
     {
0
- $text .= ' ' . $accept;
0
+ $text .= ' accept="' . $accept.'"';
0
     }
0
     if ($addttext != '')
0
     {

Comments

    No one has commented yet.