diff --git a/src/scripts/crafting_guide_router.coffee b/src/scripts/crafting_guide_router.coffee index f6f0cf051..49707327a 100644 --- a/src/scripts/crafting_guide_router.coffee +++ b/src/scripts/crafting_guide_router.coffee @@ -84,7 +84,7 @@ module.exports = class CraftingGuideRouter extends Backbone.Router text = '' if params.recipeName? if params.count? - text = "#{params.count}:#{params.recipeName}" + text = "#{params.count}.#{params.recipeName}" else text = "#{params.recipeName}"