diff options
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> |