From 2fb252391d1cdacb8d43a759b44ba5e8636b6cce Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Mon, 19 May 2003 21:46:33 +0000 Subject: [PATCH] minor layout fixes: * media style did not exist, replaced with internal * some styles specfied (e.g. booksellers=external) --- includes/OutputPage.php | 2 +- includes/Skin.php | 2 +- includes/SpecialBooksources.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 2c8255861b..283dcdf40a 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1253,7 +1253,7 @@ class OutputPage { $text .= "ISBN $blank$x"; } else { $text .= "specialPage( - "Booksources"), "isbn={$num}" ) . "\">ISBN $isbn"; + "Booksources"), "isbn={$num}" ) . "\" CLASS=\"internal\">ISBN $isbn"; $text .= $x; } } diff --git a/includes/Skin.php b/includes/Skin.php index eff267a077..d00a1920c9 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1194,7 +1194,7 @@ class Skin { if ( "" == $alt ) { $alt = $name; } $u = wfEscapeHTML( $url ); - $s = "{$alt}"; + $s = "{$alt}"; return $s; } diff --git a/includes/SpecialBooksources.php b/includes/SpecialBooksources.php index bc35c85afe..bf6d085cfa 100644 --- a/includes/SpecialBooksources.php +++ b/includes/SpecialBooksources.php @@ -63,7 +63,7 @@ class BookSourceList { } else { $adr = str_replace ( "$1" , $this->mIsbn , $adr ) ; } - $s .= "
  • {$name}
  • \n" ; + $s .= "
  • {$name}
  • \n" ; } $s .= "\n"; -- 2.20.1