Warning: session_start(): open(/var/lib/php/sessions/sess_8r5a3e7e4lcpoqumiu0plgik8o, 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
static LS contentsOfH3s(LS tok) {
ret map join(contentsOfContainerTags(tok, "h3"));
}
static LS contentsOfH3s(S html) {
ret contentsOfH3s(htmlTok(html));
}