parsav  Diff

Differences From Artifact [95dc7dcbc1]:

To Artifact [4959831ced]:


    15     15   		form.acl = edit.acl
    16     16   	end
    17     17   	if acc ~= nil then form:append(acc) return end 
    18     18   
    19     19   	var cotxt = form:poolstr(&co.srv.pool) -- defer cotxt:free()
    20     20   
    21     21   	var doc = [lib.srv.convo.page] {
    22         -		title = lib.str.plit 'compose';
           22  +		title = 'compose';
    23     23   		body = cotxt;
    24         -		class = lib.str.plit 'compose';
           24  +		class = 'compose';
    25     25   		cache = true;
    26     26   	}
    27     27   
    28     28   	co:stdpage(doc)
    29     29   end
    30     30   
    31     31   return render_compose