1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-25 01:20:30 +00:00

Fix up the datauri handling for the Star Light theme

This commit is contained in:
Jeremy Ruston 2013-10-26 08:43:35 +01:00
parent 98da59be7a
commit d1299f05af

View File

@ -33,7 +33,7 @@ background-image: -ms-linear-gradient($gradient$);
``` ```
\end \end
\define datauri(title) \define datauri(title)
<$datauri tiddler="$title$"/> <$macrocall $name="makedatauri" type={{$title$!!type}} text={{$title$}}/>
\end \end
/* /*