aboutsummaryrefslogtreecommitdiff
path: root/site/_includes/bugify.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/_includes/bugify.html')
-rw-r--r--site/_includes/bugify.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/_includes/bugify.html b/site/_includes/bugify.html
index cd8ab79a5..7f3340421 100644
--- a/site/_includes/bugify.html
+++ b/site/_includes/bugify.html
@@ -1,7 +1,7 @@
{%- comment -%}
-Usage: {% include bugify.html content=text %},
-where content is a string that contains a bug reference name and id.
-e.g. Bootstrap#19984
+ Usage: include bugify.html content=text,
+ where content is a string that contains a bug reference name and id.
+ e.g. Bootstrap#19984
{%- endcomment -%}
{%- assign words = include.content | split: " " -%}