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 /Distrib/TarballNotesHome.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 'Distrib/TarballNotesHome.mdwn')
-rw-r--r-- | Distrib/TarballNotesHome.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Distrib/TarballNotesHome.mdwn b/Distrib/TarballNotesHome.mdwn index af1443a1..987fa16a 100644 --- a/Distrib/TarballNotesHome.mdwn +++ b/Distrib/TarballNotesHome.mdwn @@ -13,7 +13,7 @@ _Unoffical_ tarballs were to be found here: <table> <tr> <td valign="top" width="50%"> - <p> %SEARCH{"Mediatype.*?value=\"Tarball"" scope="text" regex="on" nosearch="on" nototal="on" header="| <strong>Release</strong> | <strong>Date</strong> |" format="| <span style="background:"><font color="">$topic</font></span><a href="http://LOCATION/Topic">?</a> | $formfield(<span style="background:"><font color="">Release Date</font></span><a href="http://LOCATION/ReleaseDate">?</a>) |"}% </p> + <p> %SEARCH{"Mediatype.*?value=\"Tarball"" 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]]) |"}% </p> <p> </p> </td> @@ -22,7 +22,7 @@ _Unoffical_ tarballs were to be found here: </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><a href="http://LOCATION/Topic">?</a> | $formfield(<span style="background:"><font color="">Release Date</font></span><a href="http://LOCATION/ReleaseDate">?</a>) |" order="formfield(<span style="background:"><font color="">Release Date</font></span><a href="http://LOCATION/ReleaseDate">?</a>)" }% </p> + <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> </p> </td> |