This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
java-bookstore
mirror of
https://github.com/Fincer/java-bookstore
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Fix 'potentially malicious URL'
Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.3-alpha
Pekka Helenius
4 years ago
parent
28afed3c9f
commit
ecba11b7e4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bookstore/src/main/resources/templates/bookadd.html
+ 1
- 1
bookstore/src/main/resources/templates/bookadd.html
View File
@ -33,7 +33,7 @@
<
br
>
<
a
class
=
"btn btn-success"
th:href
=
"@{
../
__${@Pages.LIST}__}"
<
a
class
=
"btn btn-success"
th:href
=
"@{__${@Pages.LIST}__}"
th:text="${#messages.msgOrNull('button.page.list.return')} ?: 'button.page.list.return'">
button.page.list.return
<
/
a
>
Write
Preview
Loading…
Cancel
Save