Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions SemanticResultFormats.utils.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

use MediaWiki\Html\Html;

/**
* Common libray of independent functions that are shared among different printers
* @license GPL-2.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion formats/calendar/EventCalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace SRF;

use Html;
use MediaWiki\Html\Html;
use SMW\Query\QueryResult;
use SMW\Query\ResultPrinters\ResultPrinter;

Expand Down
Loading