All pastes #1494220 Raw Edit

adrian

public php v1 · immutable
#1494220 ·published 2009-07-14 01:22 UTC
rendered paste body
How to fix broken Infimum WP theme @ http://www.acroyear2.org/infimum/The offending line is #54 in index.phpOriginal (broken) :<?php if (get_the_tags()) the_tags('Tags: ', ', ', '.'); ?><? } ?></p>Fixed:<?php if (get_the_tags()) the_tags('Tags: ', ', ', '.'); ?><?php } ?></p>