Skip to content

Commit 90808a8

Browse files
author
Blair McKenzie
committed
fix to filename update
1 parent 8ae190c commit 90808a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/formtools/image.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<cfset var html = super.edit(argumentCollection=arguments) />
1313

14-
<cfreturn rereplace(html, '<span class="image-filename">http%3A%2F%2F[^<]+%2F([^%]+)%2E(\w+)</span>', '<span class="image-filename">\1.\2</span>') />
14+
<cfreturn rereplace(html, '<span class="image-filename">http%3A%2F%2F[^<]+%2F([^<]+)%2E(\w+)</span>', '<span class="image-filename">\1.\2</span>') />
1515
</cffunction>
1616

1717
<cffunction name="ajax" output="false" returntype="string" hint="Response to ajax requests for this formtool">

0 commit comments

Comments
 (0)