1
0

Fix indentation.

This commit is contained in:
Bharat Mediratta 2009-11-27 16:33:33 -08:00
parent bed8f84566
commit fbe35b1658

View File

@ -29,7 +29,9 @@
<?= $theme->head() ?> <?= $theme->head() ?>
</head> </head>
<body class="g-fancy-iframe-body"> <body class="g-fancy-iframe-body">
<div class="g-comment-thumb"> <img src="<?=$thumb?>"></div> <div class="g-comment-thumb">
<img src="<?=$thumb?>"/>
</div>
<a href="<?= url::site("form/add/comments_three_nids/{$item_id}") ?>" id="g-admin-comment-button" <a href="<?= url::site("form/add/comments_three_nids/{$item_id}") ?>" id="g-admin-comment-button"
class="g-button ui-corner-all ui-icon-left ui-state-default right"> class="g-button ui-corner-all ui-icon-left ui-state-default right">
<span class="ui-icon ui-icon-comment"></span> <span class="ui-icon ui-icon-comment"></span>
@ -37,7 +39,7 @@
</a> </a>
<div id="g-comment-detail"> <div id="g-comment-detail">
<? if (!$comments->count()): ?> <? if (!$comments->count()): ?>
<p id="g-NoCommentsYet"> <p id="g-no-comments-yet">
<?= t("No comments yet.") ?> <?= t("No comments yet.") ?>
</p> </p>
<? endif ?> <? endif ?>