static S hfulltag(S tag) { ret hfulltag(tag, ""); } static S mapMethodLike hfulltag(S tag, O contents, O... params) { ret hopeningTag(tag, params) + str(contents) + "</" + tag + ">"; }
Began life as a copy of #1002214
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1013784 |
Snippet name: | hfulltag - make HTML tag; don't collapse if empty |
Eternal ID of this version: | #1013784/2 |
Text MD5: | 94ba603aee69d3868b0e5daa89641aa6 |
Author: | stefan |
Category: | javax html |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-06-30 15:49:37 |
Source code size: | 195 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 500 / 558 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1032277 - hemptytag |