Subversion Repositories Applications.wikini

Rev

Rev 60 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60 Rev 76
Line 186... Line 186...
186
			$texte = mb_convert_encoding($texte,Config::get('encodage_wiki'),Config::get('encodage_appli'));
186
			$texte = mb_convert_encoding($texte,Config::get('encodage_wiki'),Config::get('encodage_appli'));
187
		}
187
		}
188
		return $texte;
188
		return $texte;
189
	}
189
	}
190
}	
190
}	
191
?>
-
 
192
191
?>
-
 
192