Skip to content

Commit 43b2fd5

Browse files
author
hikki
committed
v3.7
1 parent bc61657 commit 43b2fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ protected function form($id)
208208
}
209209

210210
public function blank()
211-
{
211+
{
212212
$title = '<h1>松下紗栄子</h1>';
213213
/*弹窗模式 渲染自定义页模板 Plane::html*/
214214
$panel = new FormPanel();
@@ -241,7 +241,7 @@ public function blank()
241241

242242
$html = $panel->compile();
243243
return Plane::html($title.$html);
244-
}
244+
}
245245

246246
private function cascadeExampleData()
247247
{

0 commit comments

Comments
 (0)