Skip to content

Commit

Permalink
Remove superfluous comma
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrossberndt committed Jun 19, 2024
1 parent 946b9b5 commit 3937431
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/generate_tables/xco-html.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@ declare function hl:contabReport_head(
}
});
]]></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"/>,
<link rel="stylesheet" href="{$cssRelFilePath}"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"/> <link rel="stylesheet" href="{$cssRelFilePath}"/>
<style><![CDATA[
.header-link {
position: relative;
Expand Down

0 comments on commit 3937431

Please sign in to comment.