Skip to content
Snippets Groups Projects
Commit 70ad7984 authored by Sascha Grossenbacher's avatar Sascha Grossenbacher
Browse files

Fixed coding style.

parent 739cdded
No related branches found
Tags 1.3.13
No related merge requests found
......@@ -544,7 +544,7 @@ class SimplenewsSourceNode implements SimplenewsSourceNodeInterface {
return $this->getFromAddress();
}
return '"'. addslashes(mime_header_encode($this->getCategory()->from_name)) .'" <'. $this->getFromAddress() .'>';
return '"' . addslashes(mime_header_encode($this->getCategory()->from_name)) . '" <' . $this->getFromAddress() . '>';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment