Fix overflow for channel description

pull/671/head
Omar Roth 2019-08-04 09:46:26 -05:00
rodzic 37d064d836
commit 4f120e19fd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B8254FB7EC3D37F2
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -28,7 +28,7 @@
</div>
<div class="h-box">
<p><span style="white-space:pre"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p>
<p><span style="white-space:pre-wrap"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p>
</div>
<div class="h-box">

Wyświetl plik

@ -27,7 +27,7 @@
</div>
<div class="h-box">
<p><span style="white-space:pre"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p>
<p><span style="white-space:pre-wrap"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p>
</div>
<div class="h-box">

Wyświetl plik

@ -27,7 +27,7 @@
</div>
<div class="h-box">
<p><span style="white-space:pre"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p>
<p><span style="white-space:pre-wrap"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p>
</div>
<div class="h-box">