Skip to content

Commit 16bf0a2

Browse files
committed
transportation: fix tram 25
1 parent f90646a commit 16bf0a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/practical/transportation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 id="bus">By bus, metro and/or tram</h3>
5050
title="STIB/MIVB - Tram 25">Tram 25</a>
5151
</strong></dt>
5252
<dd><ul>
53-
<li><strong>Direction: </strong>From <strong>Rogier</strong> (near <strong>Gare du Nord</strong>) towards <strong>Boondael Gare</strong></li>
53+
<li><strong>Direction: </strong>From <strong>Gare du Nord</strong> towards <strong>Boondael Gare</strong></li>
5454
<li><strong>Stop: </strong>ULB</li>
5555
</ul></dd>
5656

sponsors-src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ define template
1515
ln "$$<" "$$@"
1616

1717
$(DST)/%-big.png: %-big.$(1)
18-
convert -density 1000 "$$<" -background '#ffffff' -flatten -alpha remove -bordercolor white -border 1 -trim -resize 12000@ "$$@"
18+
convert -density 1000 "$$<" -background '#ffffff' -flatten -bordercolor white -border 1 -trim -resize 12000@ "$$@"
1919

2020
$(DST)/%-small.png: %-small.$(1)
21-
convert -density 1000 "$$<" -background '#ffffff' -flatten -alpha remove -bordercolor white -border 1 -trim -resize 2500@ "$$@"
21+
convert -density 1000 "$$<" -background '#ffffff' -flatten -bordercolor white -border 1 -trim -resize 2500@ "$$@"
2222
endef
2323

2424
$(foreach EXT,$(EXTS),$(eval $(call template,$(EXT))))

0 commit comments

Comments
 (0)