From c65de97706561d57bd348160b0e412b02ace2bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Mal=C3=BD?= <malym@ibt.cas.cz> Date: Tue, 7 Jun 2022 15:03:28 +0200 Subject: [PATCH] Update prediction tables captions --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d0ebfa0..cd8df4d 100644 --- a/index.html +++ b/index.html @@ -737,7 +737,7 @@ function fill_predictions_table() { ]; let code = '<table class="ntc-seq-table">'; - code += `<tr><td colspan="5"><div class="ntc-seq-title-text"><strong>Table 4:</strong> DNA structures used for hydration prediction</div></td></tr>`; + code += `<tr><td colspan="5"><div class="ntc-seq-title-text"><strong>Table 4:</strong> Structures used for hydration prediction testing</div></td></tr>`; code += '<tr>'; for (const hdr of PRED_STRUCTS_ONE_HEADERS) code += `<th id="${tblhdr_caption_id(hdr)}">${hdr}</th>`; @@ -753,7 +753,7 @@ function fill_predictions_table() { document.querySelector('#predicted-structures-table-one').innerHTML = code; code = '<table class="ntc-seq-table">'; - code += `<tr><td colspan="5"><div class="ntc-seq-title-text"><strong>Table 5:</strong> DNA structures used for hydration prediction</div></td></tr>`; + code += `<tr><td colspan="5"><div class="ntc-seq-title-text"><strong>Table 5:</strong> Structures used for hydration prediction demonstration</div></td></tr>`; code += '<tr>'; for (const hdr of PRED_STRUCTS_TWO_HEADERS) code += `<th id="${tblhdr_caption_id(hdr)}">${hdr}</th>`; -- GitLab