tset class for unordered list and its items - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
git clone git://src.adamsgaard.dk/cosmo
Log
Files
Refs
README
LICENSE
---
commit 23c947eb7a84cf4e83de5968cc4baaa278b0b338
parent 05fbddc084ca8c20c4e3b844429a70be4bccbd38
Author: Anders Damsgaard 
Date:   Wed, 21 Oct 2015 13:06:58 +0200

set class for unordered list and its items

Diffstat:
  M uploadhistory.php                   |       6 +++---

1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/uploadhistory.php b/uploadhistory.php
t@@ -115,12 +115,12 @@ if (count($missing_fields) > 0) {
 
         // text before list of field names
         if ($i == 0 && count($missing_fields) == 1) {
-            $error_msg .= '

The following value is missing:

    '; + $error_msg .= '

    The following value is missing:

      '; } elseif ($i == 0) { - $error_msg .= '

      The following values are missing:

        '; + $error_msg .= '

        The following values are missing:

          '; } - $error_msg .= '
        • ' . $missing_fields[$i] . '
        • '; + $error_msg .= '
        • ' . $missing_fields[$i] . '
        • '; } $error_msg .= '

        Please go' . ' back and fill in the missing fields.

        ';