SirMaeXchen
Hey,
I tried to create a SpecialPage for an Extension (some thing to show comments). Unfortunately, I am struggling to set the page title right. What I did:
- Added the SpecialPage to the extension.json file:
** Under SpecialPages: "“RatingComments”: “SpecialRatingComments”
** Under AutoLoadClasses: “SpecialRatingComments”: “includes/specials/SpecialRatingComments.php” - Placed the PHP file in the corresponding Folder
- Added a $this-> setHeaders() into the PHP file
=> Result:
Does anyone know where to alter this and where those strange symbols are coming from?
Best regards,
Max