tclose thead tag correctly - 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 c084f8ce65fca2d1e2ad435fd7873341341383b1
 (DIR) parent e724ce75023870d5eef57e28428c94041d45bbeb
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu, 19 Nov 2015 10:35:04 +0100
       
       close thead tag correctly
       
       Diffstat:
         M matlab/generate_plots.m             |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -708,6 +708,7 @@ disp('Saving html table of results')
        
        % header
        html = [...
       +    '\n'...
            '<table class="highlight">\n'...
            '    <thead>\n'...
            '        <tr>\n'...
       t@@ -723,7 +724,7 @@ end
        html = [html, ...
            '            <th data-field="avg">Average</th>\n'...
            '        </tr>\n'...
       -    '    <thead>\n'...
       +    '    </thead>\n'...
            '    <tbody>\n'...
            '        <tr>\n'...
            '            <td>&nbsp;</td>\n'...