aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/view/templates/edithelp.php2
-rw-r--r--composer.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/app/view/templates/edithelp.php b/app/view/templates/edithelp.php
index f3a1fc6..765adc0 100644
--- a/app/view/templates/edithelp.php
+++ b/app/view/templates/edithelp.php
@@ -2,6 +2,8 @@
<h4>update shortcut</h4>
<kbd>CTRL</kbd> + <kbd>S</kbd>
+ <h4>display shortcut</h4>
+ <kbd>CTRL</kbd> + <kbd>D</kbd>
<h4>Markdown synthax</h4>
<ul>
<li><code>[<i>hello</i>](<i>PAGE_ID</i>)</code>link</li>
diff --git a/composer.json b/composer.json
index 98f4cf7..8e73134 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"name": "w-cms",
"description": "point'n think",
- "version": "1.7.2",
+ "version": "1.7.3",
"require": {
"michelf/php-markdown": "^1.8",
"league/plates": "3.*",