This commit is contained in:
Yiğit Kerem Oktay
2020-08-17 17:08:35 +03:00
committed by GitHub
parent 51895e3a66
commit 3b4fe3f27c
+1 -1
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>