tmake sure html is a string - 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 1505e945793d1380f088e5264c9db195adec73bb
DIR parent 0b5cbbb2db5ac15f53b0be1a43f6bb967e281177
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 1 Dec 2015 12:41:42 +0100
make sure html is a string
Diffstat:
M matlab/generate_plots.m | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
t@@ -832,8 +832,8 @@ filename = [save_file, '-input.html'];
disp('Saving html table of input values')
% header
-html = [...
- '\n'...
+html = '\n';
+html = [html, ...
'<table class="highlight">\n'...
' <thead>\n'...
' <tr>\n'...