We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae190c commit 90808a8Copy full SHA for 90808a8
packages/formtools/image.cfc
@@ -11,7 +11,7 @@
11
12
<cfset var html = super.edit(argumentCollection=arguments) />
13
14
- <cfreturn rereplace(html, '<span class="image-filename">http%3A%2F%2F[^<]+%2F([^%]+)%2E(\w+)</span>', '<span class="image-filename">\1.\2</span>') />
+ <cfreturn rereplace(html, '<span class="image-filename">http%3A%2F%2F[^<]+%2F([^<]+)%2E(\w+)</span>', '<span class="image-filename">\1.\2</span>') />
15
</cffunction>
16
17
<cffunction name="ajax" output="false" returntype="string" hint="Response to ajax requests for this formtool">
0 commit comments