This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Telegraph
mirror of
https://github.com/aaronpk/Telegraph.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fix target link on dashboard
pull/9/head
Aaron Parecki
8 years ago
parent
efa4e3a6d7
commit
44cdf1d6f2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
views/dashboard.php
+ 1
- 1
views/dashboard.php
View File
@ -52,7 +52,7 @@
</
td
>
<
td
>
source
=<
a
href
=
"
<?=
$this->e
(
$mention['webmention']
->source) ?>
"
><
?
=
$this
->
e
(
$mention
[
'webmention'
]
->
source
)
?>
</a><br>
target
=<
a
href
=
"
<?=
$this->e
(
$mention['webmention']
->
source
) ?>
"
><
?
=
$this
->
e
(
$mention
[
'webmention'
]
->
target
)
?>
</a>
target
=<
a
href
=
"
<?=
$this->e
(
$mention['webmention']
->
target
) ?>
"
><
?
=
$this
->
e
(
$mention
[
'webmention'
]
->
target
)
?>
</a>
</
td
>
</
tr
>
<
?
php
endforeach
;
?>
Write
Preview
Loading…
Cancel
Save