|
@@ -92,7 +92,8 @@ class Route_UrlAction_Ant extends Route_Ant {// @doc @see Route_Ant
|
|
|
}
|
|
}
|
|
|
echo UI::h('h3', [], "output:");
|
|
echo UI::h('h3', [], "output:");
|
|
|
if (empty($html)) UI::alert('danger', "Empty output!");
|
|
if (empty($html)) UI::alert('danger', "Empty output!");
|
|
|
- echo UI::h('pre', [], htmlspecialchars(implode("\n", $html)));
|
|
|
|
|
|
|
+ // echo UI::h('pre', [], htmlspecialchars(implode("\n", $html)));
|
|
|
|
|
+ echo UI::h('div', ['class'=>"container", 'style'=>"padding:12px; border:1px solid #ddd"], $html);
|
|
|
} catch (Exception $e) {
|
|
} catch (Exception $e) {
|
|
|
UI::alert('danger', $e->getMessage());
|
|
UI::alert('danger', $e->getMessage());
|
|
|
DBG::log($e);
|
|
DBG::log($e);
|