To see the problem,

try to replace quotes ;
<style>
.zemail::before {
  content: attr(data-de) "";
}
</style>




<div
  data-de="✅"
  class="zemail">
    [email protected]
</div>

in the line :   content: attr(data-de) "";
by :   content: attr(data-de) '';



Le vendredi 1 mars 2019 11:06:41 UTC+1, S. S. a écrit :
>
> Does this work? 
>
> <style>
> .email::before {
>   content: attr(data-de) "'""'";
> }
> </style>
>
>
> <div
>   data-de="✅"
>   class="email">
>     [email protected]
> </div>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f764ba1a-5acc-422e-bfa2-e0e35c81c261%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to