diff --git a/sites/all/modules/cod_support/cod_events/cod_events.views_default.inc b/sites/all/modules/cod_support/cod_events/cod_events.views_default.inc
index 394a7a4..2023a21 100644
--- a/sites/all/modules/cod_support/cod_events/cod_events.views_default.inc
+++ b/sites/all/modules/cod_support/cod_events/cod_events.views_default.inc
@@ -37,13 +37,7 @@ function cod_events_views_default_views() {
   $handler->display->display_options['header']['area']['table'] = 'views';
   $handler->display->display_options['header']['area']['field'] = 'area';
   $handler->display->display_options['header']['area']['content'] = 'All conferences have at least one event. Many have more than one. You may administer your event(s) below, or create an event
-
-<ul class="action-links">
-<li>
-<a href="/node/add/event">Add Event</a>
-</li>
-</ul>
-';
+  <ul class="action-links"><li>' . l('Add Event', 'node/add/event') . '</li></ul>';
   $handler->display->display_options['header']['area']['format'] = 'filtered_html';
   /* Field: Content: Title */
   $handler->display->display_options['fields']['title']['id'] = 'title';
