X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialBooksources.php;h=53798c0b7fd6dc07f301db2e738f11333c8ee042;hb=f44bebc9cee03a4cd9997278418a74dd750b5906;hp=7028fdcb840156fe79d26ef5af491b0c3964b5ca;hpb=3e7326dc6a2697e1ffcabda86d128314f514c8c9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialBooksources.php b/includes/specials/SpecialBooksources.php index 7028fdcb84..53798c0b7f 100644 --- a/includes/specials/SpecialBooksources.php +++ b/includes/specials/SpecialBooksources.php @@ -171,7 +171,7 @@ class SpecialBookSources extends SpecialPage { $content = $rev->getContent(); if ( $content instanceof TextContent ) { - //XXX: in the future, this could be stored as structured data, defining a list of book sources + // XXX: in the future, this could be stored as structured data, defining a list of book sources $text = $content->getNativeData(); $this->getOutput()->addWikiText( str_replace( 'MAGICNUMBER', $this->isbn, $text ) );