Skip to content

Commit

Permalink
Close tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Aug 9, 2016
1 parent b766348 commit 210f4ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions horde/templates/block/twitter-layout.html.php
Expand Up @@ -32,5 +32,5 @@
<div id="<?php echo $this->instance ?>_mentions"></div>
</div>
<br />
<div class="hordeSmGetmore"><input type="button" class="horde-button" id="<?php echo $this->instance ?>_getmore" value="<?php echo _("Get More") ?>"></div>
</div>
<div class="hordeSmGetmore"><input type="button" class="horde-button" id="<?php echo $this->instance ?>_getmore" value="<?php echo _("Get More") ?>" /></div>
</div>
4 changes: 2 additions & 2 deletions horde/templates/block/weather.html.php
@@ -1,6 +1,6 @@
<?php if (!empty($this->instance)):?>
<div class="horde-content">
<input id="location<?php echo $this->instance?>" name="location<?php echo $this->instance?>">
<input id="location<?php echo $this->instance?>" name="location<?php echo $this->instance?>" />
<input type="button" id="button<?php echo $this->instance?>" class="horde-default" value="<?php echo _("Change Location")?>" />
<span style="display:none;" id="location<?php echo $this->instance?>_loading_img">
<?php echo Horde_Themes_Image::tag('loading.gif')?>
Expand Down Expand Up @@ -33,4 +33,4 @@
</td></tr></table>
<?php endif;?>
<?php endif;?>
</div>
</div>

0 comments on commit 210f4ae

Please sign in to comment.