Browse Source

PMHx " • " separator

Vijayakrishnan 3 năm trước cách đây
mục cha
commit
1e666bfd57

+ 1 - 1
resources/views/app/patient/segment-templates/omega_history_past_medical/summary.blade.php

@@ -112,7 +112,7 @@ if ($contentData) {
 			<span class="font-weight-bold"><?= ucwords($head) ?>:</span>
 			<i class="fa fa-arrow-right d-none"></i>
 			<span class="">
-			<?php $out = []; foreach($set as $item) { $out[] = '<span class="__font-weight-bold">' . $item['value'] . '</span>' . ($item['comments'] ? ('<span class="text-sm ml-1 text-secondary">(' . $item['comments'] . ')</span>') : ''); } echo implode(', ', $out); ?>
+			<?php $out = []; foreach($set as $item) { $out[] = '<span class="__font-weight-bold">' . $item['value'] . '</span>' . ($item['comments'] ? ('<span class="text-sm ml-1 text-secondary">(' . $item['comments'] . ')</span>') : ''); } echo implode(' ', $out); ?>
 			</span>
 		</div>
 		<?php