| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-10-03 17:59:24 +0200 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-10-03 17:59:24 +0200 |
| commit | 9175edfe1d66f28365b6b7c5a83da5541d28d446 (patch) | |
| tree | d001f63259bd0f88dae075a547657b57a0d98c66 | |
| parent | c6483e4e04af1500e4d328a6b4482c8507823d27 (diff) | |
Woops, portraits use binary strings as ID.
| -rw-r--r-- | portrait/global.m4.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portrait/global.m4.conf b/portrait/global.m4.conf index a99f0db..16926b1 100644 --- a/portrait/global.m4.conf +++ b/portrait/global.m4.conf @@ -3,7 +3,7 @@ m4_define(`__PORTRAIT_CHOOSE_STYLE', m4_dnl m4_dnl m4_dnl -m4_define(`__PORTRAIT_ERLANG_STYLE',`from_id (`$1') -> +m4_define(`__PORTRAIT_ERLANG_STYLE',`from_id (<<"`$1'">>) -> #portrait { id = <<"$1">>, |


