Index: trunk/extensions/SemanticForms/specials/SF_FormEdit.php |
— | — | @@ -43,8 +43,8 @@ |
44 | 44 | $fe_url = $fe->getTitle()->getFullURL(); |
45 | 45 | $i = 0; |
46 | 46 | foreach ( $alt_forms as $alt_form ) { |
47 | | - if ( $i++ > 0 ) { $text .= ", "; } |
48 | | - $text .= "<a href=\"$fe_url/$alt_form/$target_name\">" . str_replace( '_', ' ', $alt_form ) . "</a>"; |
| 47 | + if ( $i++ > 0 ) { $text .= ', '; } |
| 48 | + $text .= "<a href=\"$fe_url/$alt_form/$target_name\">" . str_replace( '_', ' ', $alt_form ) . '</a>'; |
49 | 49 | } |
50 | 50 | return $text; |
51 | 51 | } |