diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-11 14:00:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-11 14:00:15 +0000 |
commit | a54a15523b1fe25f51521fdf305b60b705b4986e (patch) | |
tree | 4bda06537c4fd3ea1a3be270614171457449e660 /config | |
parent | 5b135c07d0caf3246f0b0e18130d882d34b167da (diff) | |
download | redmine-a54a15523b1fe25f51521fdf305b60b705b4986e.tar.gz redmine-a54a15523b1fe25f51521fdf305b60b705b4986e.zip |
wiki:
* added "Heading" and "Inline quote" buttons to the toolbar
* changed "Link" button behaviour (now produces [[Link]])
* added a simple help on text formatting
git-svn-id: http://redmine.rubyforge.org/svn/trunk@327 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/help.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/help.yml b/config/help.yml index eb1c38c47..e67019d4f 100644 --- a/config/help.yml +++ b/config/help.yml @@ -73,4 +73,6 @@ pages: account:
index: ch03.html
lost_password: ch03s03.html
- register: ch03s04.html
\ No newline at end of file + register: ch03s04.html
+ wiki:
+ syntax: wiki_syntax.html
\ No newline at end of file |