Commit 2102e066 authored by Huseyn Guliyev's avatar Huseyn Guliyev
parent dcfc9507
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<template v-if="item"> <template v-if="item">
<div class="item-view-header"> <div class="item-view-header">
<a :href="item.url" target="_blank"> <a :href="item.url" target="_blank">
<h1>{{ item.title }}</h1> <h1 v-html="item.title" />
</a> </a>
<span v-if="item.url" class="host"> <span v-if="item.url" class="host">
({{ item.url | host }}) ({{ item.url | host }})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment