Development

Changeset 11079

You must first sign up to be able to contribute.

Changeset 11079

Show
Ignore:
Timestamp:
08/24/08 13:57:09 (3 months ago)
Author:
Javier.Eguiluz
Message:

[doc] [1.0] Fixed syntax issues and YAML key name error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.0/book/09-Links-and-the-Routing-System.txt

    r10587 r11079  
    151151 
    152152    prod: 
    153       .settings 
     153      .settings: 
    154154        no_script_name:  off 
    155155 
     
    330330    => <a href="/article/read/title/Finance_in_France">my article</a> 
    331331 
    332 If you actually need to keep the GET syntax--to have request parameters passed under the ?key=value form--you should put the variables that need to be forced outside the URL parameter, in the query_string option. All the link helpers accept this option, as demonstrated in Listing 9-13. 
     332If you actually need to keep the GET syntax--to have request parameters passed under the ?key=value form--you should put the variables that need to be forced outside the URL parameter, in the `query_string` option. All the link helpers accept this option, as demonstrated in Listing 9-13. 
    333333 
    334334Listing 9-13 - Forcing GET Variables with the `query_string` Option