We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6371fa commit 9e89752Copy full SHA for 9e89752
Source/pages/list.php
@@ -28,7 +28,7 @@
28
<div class="widget-box widget-color-blue2">
29
<div class="widget-header widget-header-small">
30
<h4 class="widget-title lighter">
31
- <?php echo plugin_lang_get( 'changesets' ), ': ', $t_repo->name ?>
+ <?php echo plugin_lang_get( 'changesets' ), ': ', string_display_line( $t_repo->name ) ?>
32
</h4>
33
</div>
34
@@ -48,7 +48,7 @@
48
</a>
49
<?php
50
if( $t_url = $t_vcs->url_repo( $t_repo ) ) { ?>
51
- <a class="btn btn-xs btn-primary btn-white btn-round" href="<?php echo $t_url ?>">
+ <a class="btn btn-xs btn-primary btn-white btn-round" href="<?php echo string_display_line( $t_url ) ?>">
52
<?php echo plugin_lang_get( 'browse' ) ?>
53
54
<?php } ?>
0 commit comments