fix indentation
This commit is contained in:
parent
c8aa3327a1
commit
f72bfbb050
18 changed files with 464 additions and 465 deletions
|
@ -499,7 +499,6 @@ class ArtistsTheme extends Themelet {
|
||||||
$page->set_heading("Artist");
|
$page->set_heading("Artist");
|
||||||
$page->add_block(new Block("Artist", $html, "main", 10));
|
$page->add_block(new Block("Artist", $html, "main", 10));
|
||||||
|
|
||||||
|
|
||||||
//we show the images for the artist
|
//we show the images for the artist
|
||||||
$artist_images = "";
|
$artist_images = "";
|
||||||
foreach($images as $image) {
|
foreach($images as $image) {
|
||||||
|
|
Reference in a new issue