Warning: session_start(): open(/var/lib/php/sessions/sess_r7g081r93lv7qjakivol5s5qil, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
// tok must come from htmlTok // returns content of all container tags found as CNC // should be OK for both HTML and XML static LL stringContentsOfFirstContainerTag(L tok, S tag) { ret join(contentsOfContainerTag(first(findContainerTag(tok, tag)))); } static LL stringContentsOfFirstContainerTag(S html, S tag) { ret stringContentsOfFirstContainerTag(htmlTok(html), tag); }