summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rwxr-xr-xtasks/docs.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb
index cba58cad4a..78e9c13b2c 100755
--- a/tasks/docs.rb
+++ b/tasks/docs.rb
@@ -236,9 +236,9 @@ namespace :docs_site do
case preface
when "Note:"
- description << { "note" => element }
+ description << { "note" => [element] }
when "Warning:"
- description << { "warning" => element }
+ description << { "warning" => [element] }
when nil
description << element
else