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) !function $getContainer($label, $techn, $descr, $sprite)
!$container = "" !$container = ""
!if ($sprite != "") !if ($sprite != "")
!$container = $container + $getSprite($sprite)+'\n' !$container = $container + $getSprite($sprite) + '\n'
!endif !endif
!$container = $container + '=='+$label !$container = $container + '==' + $label
!if ($techn != "") !if ($techn != "")
!$container = $container + '\n//<size:'+$TECHN_FONT_SIZE+'>['+$techn+']</size>//' !$container = $container + '\n//<size:' + $TECHN_FONT_SIZE + '>[' + $techn + ']</size>//'
!endif !endif
!if ($descr != "") !if ($descr != "")
!$container = $container + '\n\n '+$descr !$container = $container + '\n\n' + $descr
!endif !endif
!return $container !return $container
!endfunction !endfunction

Loading…
Cancel
Save