Skip to content

Commit

Permalink
More seo cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Sep 1, 2018
1 parent 2422bbb commit 3d7ea8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion app/views/partials/_feedListDetailedItem.html.php
@@ -1,4 +1,4 @@
<li>
<a href="<?php echo ($entry->link() == '' ? 'http://www.horde.org' : HordeWeb_Utils::wrapLink($entry->link())) ?>"><?php echo $entry->title() ?></a>
<a href="<?php echo ($entry->link() == '' ? 'http://www.horde.org' : $entry->link()) ?>"><?php echo $entry->title() ?></a>
<div class="description"><?php echo Horde_String::truncate(strip_tags($entry->description()), 180) ?></div>
</li>
4 changes: 0 additions & 4 deletions widget.php

This file was deleted.

0 comments on commit 3d7ea8c

Please sign in to comment.