octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Page titles in generate_package_html


From: Julien Bect
Subject: Page titles in generate_package_html
Date: Thu, 31 Aug 2017 12:00:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

Hi Olaf,

generate_package_html contains several (four, actually) parts that look like this:


title = getopt ("overview_title",  vpars);
footer = getopt ("overview_footer", vpars);

fprintf (fid, "%s\n", header);
fprintf (fid, "<h2 class=\"tbdesc\">%s</h2>\n\n", desc.name);


It seems to me that the "title" variable which is defined here is not used at all.

Shouldn't we use this variable instead of hard coding the content of <h2> </h2> ?

Also, shouldn't we use an <h1> tag instead of <h2>, since this is the highest title level of the page ?

@++
Julien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]