Index: trunk/extensions/SemanticResultFormats/Timeline/SRF_Timeline.php |
— | — | @@ -115,7 +115,7 @@ |
116 | 116 | if ( $first_value ) { |
117 | 117 | // find header for current value: |
118 | 118 | if ( $this->mShowHeaders && ( '' != $pr->getLabel() ) ) { |
119 | | - $header = $pr->getText( $outputmode, $this->mLinker ) . ' '; |
| 119 | + $header = $pr->getText( $outputmode, $this->mLinker ) . ': '; |
120 | 120 | } |
121 | 121 | // is this a start date? |
122 | 122 | if ( ( $pr->getMode() == SMWPrintRequest::PRINT_PROP ) && |