This commit is contained in:
Yiğit Kerem Oktay 2020-08-17 17:08:35 +03:00 committed by GitHub
parent 51895e3a66
commit 3b4fe3f27c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class Template{
* Renders a toggle switch
* Created by Yigit Kerem Oktay
*/
public static fuction render_toggle($toggletext,$input_name){
public static function render_toggle($toggletext,$input_name){
?>
<div>
<p><?php echo $toggletext; ?></p>