aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/subSilver/posting_body.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/posting_body.tpl b/phpBB/templates/subSilver/posting_body.tpl
index bbf4df33b9..aae4588d3d 100644
--- a/phpBB/templates/subSilver/posting_body.tpl
+++ b/phpBB/templates/subSilver/posting_body.tpl
@@ -125,6 +125,7 @@ function bbfontstyle(bbopen, bbclose) {
document.post.message.focus();
return;
}
+ storeCaret(document.post.message);
}
@@ -192,7 +193,7 @@ function bbstyle(bbnumber) {
document.post.message.focus();
return;
}
-
+ storeCaret(document.post.message);
}
// Insert at Claret position. Code from