Skip to content

Commit 1f9dce1

Browse files
authored
Merge pull request #4 from waschinski/patch-1
Using url value instead of real_url for display
2 parents 060b25b + 5d21210 commit 1f9dce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack/linklist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h2>{if="$is_logged_in"}<span class="ctrl-checkbox" aria-hidden="true">
114114
s0.9-1.9,1.9-1.9s1.9,0.9,1.9,1.9S6.6,13.9,5.5,13.9z M8.2,6.9H2.8V5.2c0-1.5,1.2-2.7,2.7-2.7s2.7,1.2,2.7,2.7
115115
C8.2,5.2,8.2,6.9,8.2,6.9z"/></svg>
116116
{/if}
117-
<a href="{$value.real_url}" class="linklist-real-url"><span class="linklist-link">{$value.title_html}</span><span class="url-display">{$value.real_url}</span></a>
117+
<a href="{$value.real_url}" class="linklist-real-url"><span class="linklist-link">{$value.title_html}</span><span class="url-display">{$value.url}</span></a>
118118
</h2>
119119
{if="$value.tags"}
120120
<ul class="tags-header-linklist" aria-hidden="true">

0 commit comments

Comments
 (0)