Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
em
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ichikawa
em
Commits
fb780ee2
Commit
fb780ee2
authored
May 10, 2024
by
Kim Gyeongeun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#58991 #2. XSS(反射型)の影響を受ける可能性がある
#58992 #3. XSS(保存型)の影響を受ける可能性がある
parent
b74f259b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/main/webapp/WEB-INF/view/admin/member/memberSearch.html
+1
-1
No files found.
src/main/webapp/WEB-INF/view/admin/member/memberSearch.html
View file @
fb780ee2
...
...
@@ -267,7 +267,7 @@ function formClear(form_obj){
<tr>
<td
style=
"vertical-align:top"
>
メモ
</td>
<td><div>
<textarea
id=
"textarea2"
name=
"memo"
cols=
"35"
rows=
"3"
class=
"w180 mgl10 mgt5"
>
$!memberSearchForm.memo
</textarea>
を含む
<textarea
id=
"textarea2"
name=
"memo"
cols=
"35"
rows=
"3"
class=
"w180 mgl10 mgt5"
>
#he($!memberSearchForm.memo)
</textarea>
を含む
</div>
</td>
<td></td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment