Skip to content

Commit

Permalink
Don't auto link each
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag committed Aug 8, 2016
1 parent 84a81e5 commit 27efe8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application.cfc
Expand Up @@ -73,7 +73,7 @@
</cfif>
</cfloop>
<cfloop array="#application.index.functions#" index="i">
<cfif i IS NOT arguments.exclude AND NOT ListFindNoCase("insert,include,now,invoke,array,query", i)>
<cfif i IS NOT arguments.exclude AND NOT ListFindNoCase("insert,include,now,invoke,array,query,each,second", i)>
<cfset arguments.content = ReReplaceNoCase(arguments.content, "([ >])(#i#)([< .!,])", "\1<a href=""#linkTo(i)#"">\2</a>\3", "all")>
</cfif>
</cfloop>
Expand Down

0 comments on commit 27efe8a

Please sign in to comment.