summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--timelinejs_print_event.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/timelinejs_print_event.tpl.php b/timelinejs_print_event.tpl.php
index 7a0bc7e..b0f2157 100644
--- a/timelinejs_print_event.tpl.php
+++ b/timelinejs_print_event.tpl.php
@@ -1,3 +1,3 @@
<li class="timeline">
- <?php print strftime('%d/%m/%Y', strtotime($event->field_date['und'][0]['value'])); ?> - <?php print $event->title; ?>: <?php print $event->body['und'][0]['value']; ?>
+ <?php print strftime('%d/%m/%Y', strtotime($event->field_date['und'][0]['value'])); ?> - <strong><?php print $event->title; ?></strong>: <?php print $event->body['und'][0]['value']; ?>
</li>