diff --git a/htdocs/application/models/pastes.php b/htdocs/application/models/pastes.php
index 394018b..55fd124 100644
--- a/htdocs/application/models/pastes.php
+++ b/htdocs/application/models/pastes.php
@@ -579,9 +579,7 @@ class Pastes extends CI_Model
private
function _format_diff($text)
{
- $text = explode("\n", $text);
- $text = '
- ' . implode('
- ', $text) . '
';
- $text = '' . $text . '
';
+ $text = '' . $text . '
';
return $text;
}
}
diff --git a/htdocs/themes/default/css/main.css b/htdocs/themes/default/css/main.css
index 7a101f1..409c1da 100644
--- a/htdocs/themes/default/css/main.css
+++ b/htdocs/themes/default/css/main.css
@@ -408,7 +408,6 @@ h4 {
.text_formatted ol li {
list-style: decimal outside;
- font: normal normal 1em/1.2em monospace
}
.text_formatted ins {