Closed huandney closed 4 years ago
Confirmed. Issue due to template migrator
Could you try prepending <style>
and appending </style>
on the problematic front template code block? like this
<style>
/* !-- a81b1bee0481ede2 */
cloze2_w {
display: inline-block;
width: 5em;
height: 1em;
background-color: #ffeba2;
}/** Css styling of visible cloze on the back */
cloze2 {
display: none;
}
.cloze cloze2_w {
display: none;
}
.cloze cloze2 {
display: inline;
}
/* a81b1bee0481ede2 --! */
</style>
I'm little hesitant to create an automated fixer for this issue, since automated fixers tends to create new issues on and on.
Could you try prepending on the problematic front template code block? like this
<style> /* !-- a81b1bee0481ede2 */ cloze2_w { display: inline-block; width: 5em; height: 1em; background-color: #ffeba2; }/** Css styling of visible cloze on the back */ cloze2 { display: none; } .cloze cloze2_w { display: none; } .cloze cloze2 { display: inline; } /* a81b1bee0481ede2 --! */ </style>
I'm little hesitant to create an automated fixer for this issue, since automated fixers tends to create new issues on and on.
I tested it here, it's working perfectly now. Thanks.
Issue resolved. I'll leave the issue open cause this might be solved later.
thanks! I had the exact same problem and this worked perfectly.
While this issue will be fixed on the next update, when you have issues again you can use 'Reset template' option. instruction
Bug report
Describe the bug
I've already installed and reinstalled, but I can't seem to get it to work. The error is described below.
Reproduction step
/ !-- a81b1bee0481ede2 / cloze2_w:before { content: "[...]"; font-weight: bold; color: gray; } /* Css styling of visible cloze on the back / cloze2 { display: none; } .cloze cloze2_w { display: none; } .cloze cloze2 { display: inline; } / a81b1bee0481ede2 --! / the french revolution ended in [...]
Actual behavior
Anki / OS versions
-Windows 10