URI:
       tremove extra row, change to standard grey - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
  HTML git clone git://src.adamsgaard.dk/cosmo
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 7fe3e86218e5769c3530ccd956ab5317b580310b
   DIR parent 6b4201df4656d2ed38a6afd5f3f3edda05bce205
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu, 19 Nov 2015 09:53:11 +0100
       
       remove extra row, change to standard grey
       
       Diffstat:
         M matlab/generate_plots.m             |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
   DIR diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -739,7 +739,7 @@ end
        
        html = [html, '            <td>', num2str(sum(epsilon_int_50)/Nwalkers,3),'</td>\n'...
            '        </tr>\n'...
       -    '        <tr>\n'...
       +    '        <tr style="border-bottom:1px solid #D0D0D0">\n'...
            '            <td>&nbsp;</td>\n'...
            '            <td align="center">75%%</td>\n'];
        
       t@@ -749,7 +749,6 @@ end
        
        html = [html, '            <td>', num2str(sum(epsilon_int_75)/Nwalkers,3),'</td>\n'...
            '        </tr>\n'...
       -    '        <tr style="border-bottom:1px solid black"><td colspan="100%%"></td></tr>\n'...
            '    </tbody>\n'...
            '</table>\n'...
            ];