updated an anchor that was missed previously

pull/712/head
pugilist 2015-11-09 09:29:07 -05:00
parent e7e76bfc44
commit 79eab81a43
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
<div class="nav-collapse collapse pull-right">
<ul class="nav">
<li>
<a href ="/events/proposalEventIndex" <?php if ($proposalCount > 0) echo 'style="font-weight:bold;"'; ?>>
<a href="<?php echo $baseurl;?>/events/proposalEventIndex" <?php if ($proposalCount > 0) echo 'style="font-weight:bold;"'; ?>>
<?php
$proposalPluralOrZero = 's';
if ($proposalCount == 1) $proposalPluralOrZero = '';