Skip to content

Commit

Permalink
Merge branch 'master' into new-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik authored Feb 12, 2025
2 parents 783cb40 + f02e018 commit 19a2302
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ l.layout(title:_("Pipeline Syntax: Global Variable Reference"), norefresh: true)
}
}
dd{
def rd = request.getView(v, "help");
def rd = request2.getView(v, "help");
div(class:"help", style:"display: block") {
if (rd != null) {
st.include(page: "help", it: v)
Expand Down

0 comments on commit 19a2302

Please sign in to comment.