From a412e8d85e3afdc2772f9af1ee2f457893f73a28 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Tue, 1 Sep 2026 11:09:19 +0200 Subject: [PATCH] better inflection table for clauses --- src/russian/DocumentationRusFunctor.gf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/russian/DocumentationRusFunctor.gf b/src/russian/DocumentationRusFunctor.gf index 1d1f3a0d..e63f12c0 100644 --- a/src/russian/DocumentationRusFunctor.gf +++ b/src/russian/DocumentationRusFunctor.gf @@ -177,11 +177,10 @@ oper {- -} --# notpresent clauseTense : Str -> ResRus.Tense -> Cl -> Str = \label,tense,cl -> - tr (th (label ++ " (полож.)") ++ + tr (intagAttr "th" "rowspan=\"2\"" label ++ td (clauseForm tense Pos cl) ++ td (clauseForm tense Pos cl)) ++ - tr (th (label ++ " (отриц.)") ++ - td (clauseForm tense Neg cl) ++ + tr (td (clauseForm tense Neg cl) ++ td (clauseForm tense Neg cl)) ; clauseForm : ResRus.Tense -> Polarity -> Cl -> Str = \tense,pol,cl ->