🚧 Added missing closing tag for style block
This commit is contained in:
parent
8725aeabe5
commit
659e57916c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export class Svg {
|
|||
this.indent();
|
||||
svg += this.nl()+this.style;
|
||||
this.outdent();
|
||||
svg += this.nl()+']]> >'+this.nl();
|
||||
svg += this.nl()+']]> >'+this.nl()+'</style>'+this.nl();
|
||||
|
||||
return svg;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue