temphasize text before and after list - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
 (HTM) git clone git://src.adamsgaard.dk/cosmo
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0c43b612745421d0cd1efb626ab6691c7e798b29
 (DIR) parent 23c947eb7a84cf4e83de5968cc4baaa278b0b338
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 21 Oct 2015 13:08:39 +0200
       
       emphasize text before and after list
       
       Diffstat:
         M uploadhistory.php                   |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/uploadhistory.php b/uploadhistory.php
       t@@ -115,15 +115,15 @@ if (count($missing_fields) > 0) {
        
                // text before list of field names
                if ($i == 0 && count($missing_fields) == 1) {
       -            $error_msg .= '<p>The following value is missing: <ul class="collection">';
       +            $error_msg .= '<p><b>The following value is missing:</b> <ul class="collection">';
                } elseif ($i == 0) {
       -            $error_msg .= '<p>The following values are missing: <ul class="collection">';
       +            $error_msg .= '<p><b>The following values are missing:</b> <ul class="collection">';
                }
        
                $error_msg .= '<li class="collection-item">' . $missing_fields[$i] . '</li>';
            }
       -    $error_msg .= '</ul></p><p>Please <a href="javascript:history.back()">go' .
       -       ' back</a> and fill in the missing fields.</p></div></div></main>';
       +    $error_msg .= '</ul></p><p><b>Please <a href="javascript:history.back()">go' .
       +       ' back</a> and fill in the missing fields.</b></p></div></div></main>';
               //' back</a> and fill in the missing fields.</p></main></html>';
            //die($error_msg); // end this script, print error
            include('head.html');