Letractively / cfwheels

Automatically exported from code.google.com/p/cfwheels
0 stars 0 forks source link

Plugin listing #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please describe the bug or feature request here and use the fields below to 
provide any other 
relevant information such as your operating system, ColdFusion version etc.

<td><cfif StructCount(application.wheels.plugins) IS NOT 0><cfloop 
collection="#application.wheels.plugins#" item="loc.i"><a href="<cfif 
application.wheels.URLRewriting IS 'On'>/plugins/#LCase(loc.i)#<cfelseif 
application.wheels.URLRewriting IS 
'Partial'>/index.cfm/plugins/#LCase(loc.i)#<cfelse>/index.cfm?
controller=plugins&action=#LCase(loc.i)#</cfif>">#loc.i#</a> 
</cfloop><cfelse>None</cfif></td>

I feel ashamed to post the "solution" (a space bar before the </cfloop>) haha

Original issue reported on code.google.com by rierar...@gmail.com on 28 Oct 2008 at 1:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
arg I keep forgeting, thats line 32 of debug.cfm

Original comment by rierar...@gmail.com on 28 Oct 2008 at 2:00

GoogleCodeExporter commented 9 years ago
Thanks, fixed now.

Original comment by per.djurner@gmail.com on 28 Oct 2008 at 9:52