


brede_html_close_jerne - Close a HTML file in the jerne style
function brede_html_close_jerne(fid, 'PropertyName', ...
'PropertyValue')
Input: fid File handle
Property: DirectoryBar String with HTML that is displayed
as the directory bar.
This function will write a footer in a HTML jerne style to the
file with the file handle 'fid' before closing it.
Example:
fid = brede_html_open_jerne('helloworld.html');
fprintf(fid, 'Hello, World')
brede_html_close_jerne(fid);
See also BREDE, BREDE_HTML_OPEN_JERNE.
$Id: brede_html_close_jerne.m,v 1.9 2009/10/25 17:29:31 fn Exp $