The simplest solution is warp it up in comment, so that the value is not visible.
<div><!--[sc.mid; magnet=div]--></div> |
You may also do a convertion on PHP/SQL side (maybe inconvinence), or do an if then (make the tag looks long).
My solution, since I use this functionality a lot, is to add a parameter that does exactly that in my Plus plugin. However the plugin itself incur a performance hit.
v1.02: [sc.mid; 2space; magnet=div]
v1.03: [sc.mid;_;magnet=div] |