Commit 6488a2bf by Serge Postrash

Fix html markdown for span class="not-set" when time is not set

See #4000
parent 60b38a1a
...@@ -15,7 +15,7 @@ echo DetailView::widget([ ...@@ -15,7 +15,7 @@ echo DetailView::widget([
'charset', 'charset',
[ [
'attribute' => 'time', 'attribute' => 'time',
'value' => $timeFormatter->asDateTime($model['time'], 'short'), 'format' => 'datetime',
], ],
'subject', 'subject',
[ [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment