diff --git a/quad/qtest/demo-footnotes.rkt b/quad/qtest/demo-footnotes.rkt index 042a47b9..4e3c29c0 100644 --- a/quad/qtest/demo-footnotes.rkt +++ b/quad/qtest/demo-footnotes.rkt @@ -12,6 +12,6 @@ " world." '(q ((fn-ref "2")) "†") -'(q ((flow "footnote")(fn-text "2")(font-size-adjust "80%")(line-heightr-adjust "70%")) (q ((fn-text-start "2")) "†") "An instance of link-element has a tag for the target of the link." (q ((break "para")))) +'(q ((flow "footnote")(fn-text "2")(font-size-adjust "80%")(line-height-adjust "70%")) (q ((fn-text-start "2")) "†") "An instance of link-element has a tag for the target of the link." (q ((break "para")))) " I love you." \ No newline at end of file