Make short tag long. Reported by adsworth.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1869 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-11-19 21:05:26 +00:00
parent 9872261202
commit acbad8e480
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) { ?>