Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c554024
)
MDL-67533 mod_forum: Remove duplicate Re in experimental view subject
author
Jun Pataleta
<jun@moodle.com>
Wed, 8 Jan 2020 08:29:20 +0000
(16:29 +0800)
committer
Jun Pataleta
<jun@moodle.com>
Wed, 8 Jan 2020 08:29:20 +0000
(16:29 +0800)
mod/forum/templates/inpage_reply_v2.mustache
patch
|
blob
|
blame
|
history
diff --git
a/mod/forum/templates/inpage_reply_v2.mustache
b/mod/forum/templates/inpage_reply_v2.mustache
index
336a3be
..
b94c83d
100644
(file)
--- a/
mod/forum/templates/inpage_reply_v2.mustache
+++ b/
mod/forum/templates/inpage_reply_v2.mustache
@@
-69,7
+69,7
@@
data-max-rows="10"
></textarea>
<input type="hidden" name="postformat" value="{{postformat}}"/>
- <input type="hidden" name="subject" value="{{
#str}} inpagereplysubject, forum, {{parentsubject}} {{/str
}}"/>
+ <input type="hidden" name="subject" value="{{
parentsubject
}}"/>
<input type="hidden" name="reply" value="{{postid}}"/>
<input type="hidden" name="sesskey" value="{{sesskey}}"/>
<div class="d-flex mt-3 align-items-center flex-wrap">