Message | Definition |
|---|---|
Title missing for '{0}'. | The baggage file doesn’t have a title defined. If it’s an HTML baggage file insert a <title> tag in the <head> tag of the HTML. Or add the @title attribute to that file entry in your baggage list info file.If it’s a PDF baggage file add the @title attribute to that file entry in your baggage list info file. |
Summary missing for '{0}'. | The baggage file doesn’t have a summary defined. If it’s an HTML baggage file you can do one of these:<meta> tag in the <head> tag of the HTML with @name=’summary’ and @content with the summary you want to define,<body> tag that accepts the attribute @class with @class=’summary’ and then place your summary as the content of the element,<meta> tag in the <head> tag of the HTML with @name=’description’ and @content with the summary you want to define.Or add the @summary attribute to that file entry in your baggage list info file.If it’s a PDF baggage file add the @summary attribute to that file entry in your baggage list info file. |