r64277 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64276‎ | r64277 | r64278 >
Date:22:26, 27 March 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Added colon to seperate property names from values in eventline and timeline pop-ups
Modified paths:
  • /trunk/extensions/SemanticResultFormats/Timeline/SRF_Timeline.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/Timeline/SRF_Timeline.php
@@ -115,7 +115,7 @@
116116 if ( $first_value ) {
117117 // find header for current value:
118118 if ( $this->mShowHeaders && ( '' != $pr->getLabel() ) ) {
119 - $header = $pr->getText( $outputmode, $this->mLinker ) . ' ';
 119+ $header = $pr->getText( $outputmode, $this->mLinker ) . ': ';
120120 }
121121 // is this a start date?
122122 if ( ( $pr->getMode() == SMWPrintRequest::PRINT_PROP ) &&

Status & tagging log