Line 81:
Line 81:
self._vars = {
self._vars = {
id = args.id or args.title and make_id_from_title(args.title) or self._id,
id = args.id or args.title and make_id_from_title(args.title) or self._id,
−
title = self._title,
+
title = args.title or self._title,
width = args.width or self._width,
width = args.width or self._width,
branching = { index = {} },
branching = { index = {} },