Skip to content

Commit

Permalink
Item9986: Fix indenting of lists under save
Browse files Browse the repository at this point in the history
Thanks to point-out from MartinRaabe

git-svn-id: http://svn.foswiki.org/trunk@11285 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Mar 30, 2011
1 parent 656d940 commit 4cff266
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions core/data/System/CommandAndCGIScripts.txt
Expand Up @@ -372,17 +372,17 @@ Any errors will cause a redirect to another page, either an =oops= page to repor
The string AUTOINC followed by one or more digits anywhere in the topic name will be converted to a number such that the resulting topic name is unique in the target web.

When the action is =save=, =checkpoint=, =quietsave=, or =preview=:
1 The new text is taken from the =text= parameter, if it is defined,
* otherwise it is taken from the =templatetopic=, if it is defined, (new topic _only_)
* otherwise it is taken from the previous version of the topic, if any,
1 The name of the new form is taken from the =formtemplate=, if defined
* otherwise it is taken from the =templatetopic=, if defined, (new topic _only_)
* otherwise it is taken from the previous version of the topic, if any,
* otherwise no form is attached.
1 The value for each field in the form is taken from the query, if it is defined
* otherwise it is taken from the =templatetopic=, if defined, (new topic _only_)
* otherwise it is taken from the previous version of the topic, if any,
* otherwise it defaults to the empty string.
1 The new text is taken from the =text= parameter, if it is defined,
* otherwise it is taken from the =templatetopic=, if it is defined, (new topic _only_)
* otherwise it is taken from the previous version of the topic, if any,
1 The name of the new form is taken from the =formtemplate=, if defined
* otherwise it is taken from the =templatetopic=, if defined, (new topic _only_)
* otherwise it is taken from the previous version of the topic, if any,
* otherwise no form is attached.
1 The value for each field in the form is taken from the query, if it is defined
* otherwise it is taken from the =templatetopic=, if defined, (new topic _only_)
* otherwise it is taken from the previous version of the topic, if any,
* otherwise it defaults to the empty string.

Merging is only enabled if the topic text comes from =text= and =originalrev= is > 0 and is not the same as the revision number of the most recent revision. If merging is enabled both the topic and the meta-data are merged.

Expand Down

0 comments on commit 4cff266

Please sign in to comment.