소스 검색

Rewrote format string

Samuel W. Flint 10 년 전
부모
커밋
0f804f61bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)