From 10c1c88b0bf897d4fe5a1e2da233a27fa7bfd83c Mon Sep 17 00:00:00 2001 From: Shawn Davis Date: Sat, 29 Jan 2022 20:48:31 -0600 Subject: [PATCH] Updated nextcloud inventory to use new PHP support. --- scripttease/lib/snippets/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripttease/lib/snippets/messages.py b/scripttease/lib/snippets/messages.py index e75554e..861979b 100644 --- a/scripttease/lib/snippets/messages.py +++ b/scripttease/lib/snippets/messages.py @@ -7,7 +7,7 @@ messages = { 'clear;' ], 'echo': 'echo "{{ args[0] }}"', - 'explain': "{{ args[0] }}", + 'explain': "{{ args[0] }} ", 'screenshot': [ '{% if output == "md" %}', "![{% if caption %}{{ caption }}]({{ args[0] }})",