projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ecf8c0
)
ca: escape script in form
author
Sven Schöling
<s.schoeling@googlemail.com>
Fri, 26 Nov 2021 08:50:37 +0000
(09:50 +0100)
committer
Sven Schöling
<s.schoeling@googlemail.com>
Sun, 5 Dec 2021 18:28:17 +0000
(19:28 +0100)
templates/webpages/ca/list.html
patch
|
blob
|
history
diff --git
a/templates/webpages/ca/list.html
b/templates/webpages/ca/list.html
index
964790c
..
c0392c2
100644
(file)
--- a/
templates/webpages/ca/list.html
+++ b/
templates/webpages/ca/list.html
@@
-4,7
+4,7
@@
[% USE LxERP %]
<h1>[% title | html %]</h1>
-<form method=post action="[% script %]">
+<form method=post action="[% script
| html
%]">
[% L.hidden_tag('accno', accno) %]
[% L.hidden_tag('description', description) %]