Procházet zdrojové kódy

Rewrote format string

Samuel W. Flint před 10 roky
rodič
revize
0f804f61bd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      family-tree.lisp

+ 1 - 1
family-tree.lisp

@@ -62,7 +62,7 @@
          (start-date (:/wedding-date marriage))
          (end-date (:/end-date marriage))
          (divorce (get-divorce marriage-id)))
-    (format nil "marriage_~a [label = \"Married ~a — ~a\", shape = invtrapezium];"
+    (format nil "marriage_~a [label = \"Married ~a — ~a\", shape = none];"
             marriage-id
             start-date
             (if (null divorce)