Fix formatting

pull/216/head
Fredrik 4 years ago committed by GitHub
parent 244daa8282
commit 7fdb7cbfb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,14 +55,14 @@ endlegend
!function $getContainer($label, $techn, $descr, $sprite)
!$container = ""
!if ($sprite != "")
!$container = $container + $getSprite($sprite)+'\n'
!$container = $container + $getSprite($sprite) + '\n'
!endif
!$container = $container + '=='+$label
!$container = $container + '==' + $label
!if ($techn != "")
!$container = $container + '\n//<size:'+$TECHN_FONT_SIZE+'>['+$techn+']</size>//'
!$container = $container + '\n//<size:' + $TECHN_FONT_SIZE + '>[' + $techn + ']</size>//'
!endif
!if ($descr != "")
!$container = $container + '\n\n '+$descr
!$container = $container + '\n\n' + $descr
!endif
!return $container
!endfunction

Loading…
Cancel
Save