From 6859bdca10162f28e4307d0bd2b54d912b3b87a2 Mon Sep 17 00:00:00 2001 From: Julian Hofmann Date: Wed, 12 Nov 2025 08:34:43 +0100 Subject: [PATCH] Use unique identifiers in example snippet Using the same identifier will result in overwriting. The last VH call would win (as described in the next paragraph of the documentation). Therefore, different identifiers should be used in the example to demonstrate the inclusion of files or inline scripts. --- Documentation/Global/Asset/Script.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Global/Asset/Script.rst b/Documentation/Global/Asset/Script.rst index affffc4..a15cd54 100644 --- a/Documentation/Global/Asset/Script.rst +++ b/Documentation/Global/Asset/Script.rst @@ -19,7 +19,7 @@ Examples :: - + alert('hello world');