Changeset 291


Ignore:
Timestamp:
Sep 26, 2017, 3:20:08 PM (7 years ago)
Author:
g7moreau
Message:
  • Add ; in dot end line
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r290 r291  
    28472847         print "\"location$b-$l\" [label=\"$building" . q{/} . join(q{\n}, split(m{ / }xms, $loc)) . "\", color=black, fillcolor=orange, style=filled];\n";
    28482848#         print "\"location$b-$l\" [label=\"$building / $loc\", color=black, fillcolor=orange, style=filled];\n";
    2849          print "\"building$b\" -> \"location$b-$l\" [len=2, color=firebrick]\n";
     2849         print "\"building$b\" -> \"location$b-$l\" [len=2, color=firebrick];\n";
    28502850
    28512851         for my $sw (keys %{$db_building{$building}->{$loc}}) {
Note: See TracChangeset for help on using the changeset viewer.