diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-07 17:41:14 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-07 17:41:14 +0200 |
commit | f2bd2ecb23e8734a0cb3c939efb6d7131f9d915c (patch) | |
tree | e2655cb3da64343f00e54fec861c7fa5364de23b /TWiki/TWikiTemplates.mdwn | |
parent | e1f27467532fb470b383ca8115e0d562fedcce03 (diff) | |
download | web-f2bd2ecb23e8734a0cb3c939efb6d7131f9d915c.tar.gz web-f2bd2ecb23e8734a0cb3c939efb6d7131f9d915c.tar.bz2 web-f2bd2ecb23e8734a0cb3c939efb6d7131f9d915c.zip |
Remove doubled text w.r.t. in-wiki links. Again I hope I didn't break anything
else.
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 8fa6eb4b..9929d8c4 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>[[WebTopicViewTemplate]]</td> +> <td>[[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>[[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> +> <td>[[WebTopicNonWikiTemplate]]</td> +> <td> Help text shown when you view a non existing topic that has not a [[WikiName]]. </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Web Topic Edit Template</font></span>[[WebTopicEditTemplate]]</td> +> <td>[[WebTopicEditTemplate]]</td> > <td> Default text shown when you create a new topic. </td> > </tr> > </table> |