Skip to content

Commit

Permalink
Change props output format
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed May 2, 2014
1 parent 29fe99e commit 051f221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/props.pl
Expand Up @@ -66,7 +66,7 @@
foreach $material (@{$act->{materials}}) {
print "\n".'\titel{'. $material->{title} .'}'."\n";
foreach $prop (@{$material->{props}}) {
print '\textbf{'. $prop->{name} .'} & '. $prop->{responsible} .' & \\\\ '. $prop->{description} .' & & \\\\ \hline'. "\n";
print $prop->{name} .' & '. $prop->{responsible} .' & \\\\ '. $prop->{description} .' & & \\\\ \hline'. "\n";
}
}

Expand Down

0 comments on commit 051f221

Please sign in to comment.