mirror of
https://git.rtems.org/rtems-docs/
synced 2025-06-05 03:05:49 +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 date = $(docs).attr('date');
|
||||
var title = $(docs).find('catalogue');
|
||||
var id = 'xxx';
|
||||
var id = title.text().replace(/\.| |\(|\)|\[|\]/g, '_');
|
||||
console.log(id);
|
||||
var table = catalogueHeader(id, title.text(), date);
|
||||
$(docs).find('doc').each(function() {
|
||||
var name = $(this).find('name').text();
|
||||
|
Loading…
x
Reference in New Issue
Block a user