Make short tag long. Reported by adsworth.

git-svn-id: https://develop.svn.wordpress.org/trunk@1869 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-11-19 21:05:26 +00:00
parent 91e1e27d01
commit d3490e0162
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ endif;
<ul>
<?php foreach ($common_files as $common_file) : ?>
<li><a href="templates.php?file=<?php echo $common_file?>"><?php echo get_file_description($common_file); ?></a></li>
<? endforeach; ?>
<?php endforeach; ?>
</ul>
</div>
<?php if (!$error) { ?>