Index: trunk/extensions/Wikidata/SpecialLanguages.i18n.php |
— | — | @@ -133,7 +133,7 @@ |
134 | 134 | 'ow_needs_xlation_no_dest_lang' => 'Please specify a destination language.', |
135 | 135 | 'ow_show' => 'Show', |
136 | 136 | 'ow_create' => 'Create', |
137 | | - 'ow_collection_added' => '<strong>Collection $1 added.</strong><br />' |
| 137 | + 'ow_collection_added' => '<strong>Collection $1 added.</strong>' |
138 | 138 | ); |
139 | 139 | |
140 | 140 | /** Message documentation (Message documentation) |
Index: trunk/extensions/Wikidata/OmegaWiki/SpecialAddCollection.php |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | $collectionName = $wgRequest->getText('collection'); |
41 | 41 | startNewTransaction($wgUser->getID(), wfGetIP(), 'Add collection ' . $collectionName); |
42 | 42 | bootstrapCollection($collectionName,$wgRequest->getText('language'),$wgRequest->getText('type'), $dc); |
43 | | - $wgOut->addHTML(wfMsg('ow_collection_added', $collectionName)); |
| 43 | + $wgOut->addHTML(wfMsg('ow_collection_added', $collectionName) . "<br />" ); |
44 | 44 | } |
45 | 45 | $datasets=wdGetDatasets(); |
46 | 46 | $datasetarray['']=wfMsgSc("none_selected"); |