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/SpacedWikiWordPlugin.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/SpacedWikiWordPlugin.mdwn')
-rw-r--r-- | TWiki/SpacedWikiWordPlugin.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TWiki/SpacedWikiWordPlugin.mdwn b/TWiki/SpacedWikiWordPlugin.mdwn index 82da6456..9f622139 100644 --- a/TWiki/SpacedWikiWordPlugin.mdwn +++ b/TWiki/SpacedWikiWordPlugin.mdwn @@ -24,7 +24,7 @@ NB. Needs TWiki:Codev.CairoRelease or alphas after 12 Apr 2004 <tr> <td> !DogWalkers </td> <td> Dog Walkers </td> - <td><span style="background:"><font color="">Dog Walkers</font></span>[[DogWalkers]]</td> + <td>[[DogWalkers]]</td> </tr> <tr> <td> !Lotus123 </td> @@ -34,7 +34,7 @@ NB. Needs TWiki:Codev.CairoRelease or alphas after 12 Apr 2004 <tr> <td> !ILikeTWiki </td> <td> I Like T Wiki </td> - <td><span style="background:"><font color="">ILike TWiki</font></span>[[ILikeTWiki]]</td> + <td>[[ILikeTWiki]]</td> </tr> </table> @@ -58,7 +58,7 @@ To install plugin: <table border="1" cellpadding="1" cellspacing="0"> <tr> <td align="right"> Plugin Author: </td> - <td><span style="background:"><font color="">Martin Cleaver</font></span>[[Main/MartinCleaver]]</td> + <td>[[Main/MartinCleaver]]</td> </tr> <tr> <td align="right"> Plugin Version: </td> |