diff --git a/uppsrc/Skylark/srcdoc.tpp/Tutorial$en-us.tpp b/uppsrc/Skylark/srcdoc.tpp/Tutorial$en-us.tpp index 609a45902..fbbe8456a 100644 --- a/uppsrc/Skylark/srcdoc.tpp/Tutorial$en-us.tpp +++ b/uppsrc/Skylark/srcdoc.tpp/Tutorial$en-us.tpp @@ -33,17 +33,18 @@ response to various HTTP requests based on url pattern:&] [s7; &] [s7; [* SKYLARK](HomePage, `"`")&] [s7; `{&] -[s7; -|http << `"
Hello world!`";&] +[s7; -|http << `"Hello world!`";&] [s7; `}&] [s7; &] [s7; [* SKYLARK](Param, `"`*/param`")&] [s7; `{&] -[s7; -|http << `"Parameter: `" << http`[0`] << `"`";&] +[s7; -|http << `"Parameter: `" << http`[0`] +<< `"`";&] [s7; `}&] [s7; &] [s7; [* SKYLARK](Params, `"params/`*`*`")&] [s7; `{&] -[s7; -|http << `"Parameters: `";&] +[s7; -|http << `"Parameters: `";&] [s7; -|for(int i `= 0; i < http.GetParamCount(); i`+`+)&] [s7; -|-|http << http`[i`] << `" `";&] [s7; -|http << `"`";&] @@ -168,6 +169,7 @@ features template language `'Witz`':&] [s7; &] [s7; &] [s5; [* Skylark02/index.witz:]&] +[s7; &] [s7; &] [s7; &] [s7; MyValue: [* `$MyValue]