Skip to content

Commit

Permalink
bug fix: categories export
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewithington committed Nov 22, 2017
1 parent 2da5770 commit 5be0ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translations/templates/default/categories.cfm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<cfoutput><categories siteID="#arguments.rscontentcategories.siteID#">
<cfloop query="arguments.rscontentcategories"><category id="#rscontentcategories.categoryid#">
#rscontentcategories.name#
#XMLFormat(rscontentcategories.name)#
</category>
</cfloop></categories>
</cfoutput>

0 comments on commit 5be0ac3

Please sign in to comment.