Open renqiang06 opened 7 years ago
Looks like the plugin is using a non-guaranteed placeholder.
related: splitbrain/dokuwiki#1792
@splitbrain THX
After compared the 'style.ini' file in different tpls, i found the '@ini_link'.
; these are used for links __link__ = "#2b73b7" ; @ini_link __existing__ = "#080" ; @ini_existing __missing__ = "#d30" ; @ini_missing
Variable @ini_link is undefined :failed at ‘color:@ini_link;'in /lib/plugins/move/style.less at line 73
#plugin_move__preview { span { cursor: pointer; color: @ini_link; }
Templates :vector /bootstrap3 is fault Templates :dokuwiki is ok why? How should i do ? THX