Skip to content

Commit

Permalink
Merge pull request finale-lua#621 from asherber/escape-script-tag
Browse files Browse the repository at this point in the history
Escape closing script tag
  • Loading branch information
asherber authored Dec 24, 2023
2 parents c9fa25d + 8952f89 commit 5a84deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rgp-lua/standalone-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Here is a simple example of a configuration file that installs a script called `
<Scripts>
<Script Path="myplugin.lua" IsDirectory="false" Debug="false" UseString="false" FromRGPLuaDirectory="true">
<Hash File="myplugin.lua" Verified="true">2fd009asdf...(hash code)</Hash>
</Script>
<\/Script>
</Scripts>
</RGPLua>
</RGPPluginSettings>
Expand Down

0 comments on commit 5a84deb

Please sign in to comment.