mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-23 06:52:36 +08:00
coverpage: Fix the catalogue table id.
This commit is contained in:
parent
049097fc80
commit
9eb8a437bd
@ -61,7 +61,8 @@ function paintCatalogue(xml) {
|
|||||||
var docs = $(xml).find('rtems-docs');
|
var docs = $(xml).find('rtems-docs');
|
||||||
var date = $(docs).attr('date');
|
var date = $(docs).attr('date');
|
||||||
var title = $(docs).find('catalogue');
|
var title = $(docs).find('catalogue');
|
||||||
var id = 'xxx';
|
var id = title.text().replace(/\.| |\(|\)|\[|\]/g, '_');
|
||||||
|
console.log(id);
|
||||||
var table = catalogueHeader(id, title.text(), date);
|
var table = catalogueHeader(id, title.text(), date);
|
||||||
$(docs).find('doc').each(function() {
|
$(docs).find('doc').each(function() {
|
||||||
var name = $(this).find('name').text();
|
var name = $(this).find('name').text();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user