mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-24 07:33:49 +00:00
Spacing
This commit is contained in:
parent
69f694f947
commit
e2d2219bdf
4
Cite.php
4
Cite.php
|
@ -394,7 +394,7 @@ function wfCite() {
|
||||||
'cite_references_link_one',
|
'cite_references_link_one',
|
||||||
$this->referencesKey( $key ),
|
$this->referencesKey( $key ),
|
||||||
$this->refKey( $key, $val['count'] ),
|
$this->refKey( $key, $val['count'] ),
|
||||||
($val['text']!=''?$val['text']:$this->error(CITE_ERROR_REFERENCES_NO_TEXT))
|
( $val['text'] != '' ? $val['text'] : $this->error( CITE_ERROR_REFERENCES_NO_TEXT ) )
|
||||||
);
|
);
|
||||||
// Named references with >1 occurrences
|
// Named references with >1 occurrences
|
||||||
else {
|
else {
|
||||||
|
@ -415,7 +415,7 @@ function wfCite() {
|
||||||
wfMsgForContentNoTrans( 'cite_references_link_many',
|
wfMsgForContentNoTrans( 'cite_references_link_many',
|
||||||
$this->referencesKey( $key ),
|
$this->referencesKey( $key ),
|
||||||
$list,
|
$list,
|
||||||
($val['text']!=''?$val['text']:$this->error(CITE_ERROR_REFERENCES_NO_TEXT))
|
( $val['text'] != '' ? $val['text'] : $this->error( CITE_ERROR_REFERENCES_NO_TEXT ) )
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue