Skip to content

Commit

Permalink
+ (Lava) Fixed an issue with the AddQuickReturn filter where quotes w…
Browse files Browse the repository at this point in the history
…ere not properly escaped. (Fixes #5595) (PR #5596)
  • Loading branch information
Jon-Corey authored and MrUpsideDown committed Sep 20, 2023
1 parent e3cdfa2 commit 7b13bec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rock/Lava/Filters/LavaFilters.cs
Expand Up @@ -4084,7 +4084,6 @@ public static void AddQuickReturn( string input, string typeName, int typeOrder

input = input.EscapeQuotes();

input = input.EscapeQuotes();
if ( ScriptManager.GetCurrent( rockPage ).IsInAsyncPostBack )
{
var quickReturnScript = "" +
Expand Down

0 comments on commit 7b13bec

Please sign in to comment.