Making WordPress.org

Ticket #940: 940.diff

File 940.diff, 437 bytes (added by BrashRebel, 10 years ago)

Fixes a broken unicode character.

  • archive.php

    diff --git archive.php archive.php
    index 58074b4..a16cc90 100755
    global $wp_query, $post, $wptv; 
    6565                                                <?php
    6666                                                        $excerpt = get_the_time( get_option( 'date_format' ) );
    6767                                                        if ( has_excerpt() ) {
    68                                                                 $excerpt .= ' &#8212 ' . get_the_excerpt();
     68                                                                $excerpt .= ' &#8212; ' . get_the_excerpt();
    6969                                                        }
    7070                                                        echo apply_filters( 'the_excerpt', $excerpt );
    7171                                                ?>