Skip to content

Commit

Permalink
Fix incorrect GET parameter in similarity analysis link
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsudipto committed Sep 12, 2023
1 parent cb139df commit f6f4572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browse.php
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ function makeSticky() {
<td class="odd">WMS</td>
<td class="odd">Sputum (4)</td>
<td class="odd">Stool (119)</td>
<td class="odd"><a target="_blank" href="<?php echo "similarity.php?ds=".urlencode("Cystic Fibrosis")."&at=WMS&is=".urlencode("Sputum_Stool"); ?>"><button type="button" style="margin:2px;">Get result</button></a></td>
<td class="odd"><a target="_blank" href="<?php echo "similarity.php?ds=".urlencode("Healthy")."&at=WMS&is=".urlencode("Sputum_Stool"); ?>"><button type="button" style="margin:2px;">Get result</button></a></td>
</tr>
</table>
<p id="footnote2" class="section-footnote"><sup class="link">*</sup> No WMS data available for COVID-19, Pneumonia and Tuberculosis lung microbiome.</p>
Expand Down

0 comments on commit f6f4572

Please sign in to comment.