summaryrefslogtreecommitdiff
path: root/examples/letter/letter.Fin.gf
diff options
context:
space:
mode:
authoraarne <unknown>2004-10-25 14:22:18 +0000
committeraarne <unknown>2004-10-25 14:22:18 +0000
commit24ba5b3b82441ecd9a20f05b7b39071f51c32c03 (patch)
tree0eb90e249c51c8bf6c8d4e83d6a313eabfd53c9e /examples/letter/letter.Fin.gf
parent51fb62890f9b7ba0cc13e5b040eace6a97ac6fc2 (diff)
markup
Diffstat (limited to 'examples/letter/letter.Fin.gf')
-rw-r--r--examples/letter/letter.Fin.gf8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/letter/letter.Fin.gf b/examples/letter/letter.Fin.gf
index 5536d12d6..afebeef69 100644
--- a/examples/letter/letter.Fin.gf
+++ b/examples/letter/letter.Fin.gf
@@ -84,8 +84,8 @@ Position = SSDep ;
lin
MkLetter head mess end =
- ss (head.s ++ "," ++ "<p>" ++
- mess.s ! end.n ! end.g ! head.n ! head.g ++ "." ++ "<p>" ++
+ ss (head.s ++ "," ++ "&-" ++
+ mess.s ! end.n ! end.g ! head.n ! head.g ++ "." ++ "&-" ++
end.s ! head.n ! head.g) ;
DearRec rec = {s = cher ! rec.n ! rec.g ++ rec.s ; n = rec.n ; g = rec.g} ;
@@ -101,10 +101,10 @@ ModeSent mode sent =
PlainSent sent = sent ;
FormalEnding auth =
- {s = table {n => table {g => ["parhain terveisin <p>"] ++ auth.s ! n ! g}} ;
+ {s = table {n => table {g => ["parhain terveisin &-"] ++ auth.s ! n ! g}} ;
n = auth.n ; g = auth.g} ;
InformalEnding auth =
- {s = table {n => table {g => ["terveisin <p>"] ++ auth.s ! n ! g}} ;
+ {s = table {n => table {g => ["terveisin &-"] ++ auth.s ! n ! g}} ;
n = auth.n ; g = auth.g} ;
ColleaguesHe = {s = regNom "kollega" ! pl ; n = pl ; g = masc} ;