Skip to content

Commit

Permalink
Remove old invalid link
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Jan 3, 2024
1 parent f9926dc commit 045dc44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ image:https://github.com/hgiesel/closet/workflows/Deploy%20to%20GitHub%20Pages/b

Closet is a powerful templating engine for use in flashcards, especially link:https://apps.ankiweb.net/[Anki] flashcards.

For more info on Closet, see its link:https://closetengine.com[website].

image::https://github.com/hgiesel/closet/blob/master/images/textlogo.png[ClosetLogo,width=100%,align="center",link="https://closetengine.com"]

== How to Build for Anki
Expand Down
2 changes: 1 addition & 1 deletion src/template/browser/childNodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export class ChildNodeSpan {
this.parentElement.childNodes[this._fromIndex],
);
for (const node of this.span()) {
if(node.parentElement === this.parentElement) {
if (node.parentElement === this.parentElement) {
this.parentElement.removeChild(node);
}
}
Expand Down

0 comments on commit 045dc44

Please sign in to comment.