diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-07 17:21:26 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-07 17:21:26 +0200 |
commit | e1f27467532fb470b383ca8115e0d562fedcce03 (patch) | |
tree | 71068f66aea8935f9e402ea03d7fe59302f91aef /TWiki/TWikiTemplates.mdwn | |
parent | be6a871fb6cfafa9d8c25a98f54a74d9959070ad (diff) | |
download | web-e1f27467532fb470b383ca8115e0d562fedcce03.tar.gz web-e1f27467532fb470b383ca8115e0d562fedcce03.tar.bz2 web-e1f27467532fb470b383ca8115e0d562fedcce03.zip |
Fix broken in-wiki links. I hope I didn't break any other stuff.
Diffstat (limited to 'TWiki/TWikiTemplates.mdwn')
-rw-r--r-- | TWiki/TWikiTemplates.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TWiki/TWikiTemplates.mdwn b/TWiki/TWikiTemplates.mdwn index dbf625fe..8fa6eb4b 100644 --- a/TWiki/TWikiTemplates.mdwn +++ b/TWiki/TWikiTemplates.mdwn @@ -103,15 +103,15 @@ Template topics define the default text for new topics. There are three types of > <th bgcolor="#99CCCC"><strong>What it is:</strong></th> > </tr> > <tr> -> <td><span style="background:"><font color="">Web Topic View Template</font></span><a href="http://LOCATION/WebTopicViewTemplate">?</a></td> +> <td><span style="background:"><font color="">Web Topic View Template</font></span>[[WebTopicViewTemplate]]</td> > <td> Help text shown when you view a non existing topic. </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Web Topic Non Wiki Template</font></span><a href="http://LOCATION/WebTopicNonWikiTemplate">?</a></td> -> <td> Help text shown when you view a non existing topic that has not a <span style="background:"><font color="">Wiki Name</font></span><a href="http://LOCATION/WikiName">?</a>. </td> +> <td><span style="background:"><font color="">Web Topic Non Wiki Template</font></span>[[WebTopicNonWikiTemplate]]</td> +> <td> Help text shown when you view a non existing topic that has not a <span style="background:"><font color="">Wiki Name</font></span>[[WikiName]]. </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Web Topic Edit Template</font></span><a href="http://LOCATION/WebTopicEditTemplate">?</a></td> +> <td><span style="background:"><font color="">Web Topic Edit Template</font></span>[[WebTopicEditTemplate]]</td> > <td> Default text shown when you create a new topic. </td> > </tr> > </table> |