Browse code

Remove obsolete class name and span

Benjamin Roth authored on25/08/2016 15:31:26
Showing1 changed files
... ...
@@ -19,7 +19,7 @@
19 19
 <h2><?php echo $item['headline']; ?></h2>
20 20
 <?php endif; ?>
21 21
 
22
-<?php echo $item['text']; ?> <a href="<?php echo $item['href']; ?>" title="<?php echo $item['readMore']; ?>" class="more handwritten-small"><?php echo $item['more']; ?> <span class="invisible"><?php echo $item['more']; ?></span></a>
22
+<?php echo $item['text']; ?> <a href="<?php echo $item['href']; ?>" title="<?php echo $item['readMore']; ?>" class="more"><?php echo $item['more']; ?></a>
23 23
 </li>
24 24
 <?php endforeach; ?>
25 25
 </ul>