From e10a6748b8d10e07209e82c96900593cc7eb2196 Mon Sep 17 00:00:00 2001 From: PeterThoeny Date: Wed, 8 Jan 2003 07:33:28 +0000 Subject: [PATCH] none --- TWiki/TWikiSkins.mdwn | 4 ++-- TWiki/TWikiTemplates.mdwn | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TWiki/TWikiSkins.mdwn b/TWiki/TWikiSkins.mdwn index 94a0a81..5665b70 100644 --- a/TWiki/TWikiSkins.mdwn +++ b/TWiki/TWikiSkins.mdwn @@ -67,11 +67,11 @@ You can use [[template variables|Main/TWikiTemplates#TemplateVariables]], [[TWik %WEB% - The name of the current web. Note: It is recommended to URL-encode the variable in form actions with %URLENCODE{"%WEB%"}% for proper handling in an internationalized environment + The name of the current web. Note: It is recommended to URL-encode the variable in form actions with %INTURLENCODE{"%WEB%"}% for proper handling in an internationalized environment %TOPIC% - The name of the current topic. Note: It is recommended to URL-encode the variable in form actions with %URLENCODE{"%TOPIC%"}% for proper handling in an internationalized environment + The name of the current topic. Note: It is recommended to URL-encode the variable in form actions with %INTURLENCODE{"%TOPIC%"}% for proper handling in an internationalized environment %WEBTOPICLIST% diff --git a/TWiki/TWikiTemplates.mdwn b/TWiki/TWikiTemplates.mdwn index 3bdb7df..52a2042 100644 --- a/TWiki/TWikiTemplates.mdwn +++ b/TWiki/TWikiTemplates.mdwn @@ -162,7 +162,7 @@ Here is an example for creating new topics based on a specific template topic: The above form asks for a topic name. A hidden input tag named **templatetopic** specifies [[ExampleTopicTemplate]] as the template topic to use. Here is the HTML source of the form: -
+ * New example topic: -- 1.9.4