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 /Distrib/CDNotesHome.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 'Distrib/CDNotesHome.mdwn')
-rw-r--r-- | Distrib/CDNotesHome.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Distrib/CDNotesHome.mdwn b/Distrib/CDNotesHome.mdwn index 79b7e3de..db8a47cb 100644 --- a/Distrib/CDNotesHome.mdwn +++ b/Distrib/CDNotesHome.mdwn @@ -13,7 +13,7 @@ Date search function borken, will be fixed in next TWiki base software upgrade. <table> <tr> <td valign="top" width="50%"> - <p> %SEARCH{"Mediatype.*?value=\"CD\"" scope="text" regex="on" nosearch="on" nototal="on" header="| <strong>Release</strong> | <strong>Date</strong> |" format="| <span style="background:"><font color="">$topic</font></span>[[Topic]] | $formfield(Release Date) |"}% </p> + <p> %SEARCH{"Mediatype.*?value=\"CD\"" scope="text" regex="on" nosearch="on" nototal="on" header="| <strong>Release</strong> | <strong>Date</strong> |" format="| [[Topic]] | $formfield(Release Date) |"}% </p> <p> </p> </td> @@ -22,7 +22,7 @@ Date search function borken, will be fixed in next TWiki base software upgrade. </p> </td> <td valign="top" width="50%"> - <p> %SEARCH{"Mediatype.*?value=" scope="text" regex="on" nosearch="on" nototal="on" header="| <strong>Release</strong> | <strong>Date</strong> |" format="| <span style="background:"><font color="">$topic</font></span>[[Topic]] | $formfield(<span style="background:"><font color="">Release Date</font></span>[[ReleaseDate]]) |" order="formfield(<span style="background:"><font color="">Release Date</font></span>[[ReleaseDate]])" }% </p> + <p> %SEARCH{"Mediatype.*?value=" scope="text" regex="on" nosearch="on" nototal="on" header="| <strong>Release</strong> | <strong>Date</strong> |" format="| [[Topic]] | $formfield([[ReleaseDate]]) |" order="formfield([[ReleaseDate]])" }% </p> <p> </p> </td> |