Skip to content
Snippets Groups Projects
Commit df06cef4 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

removed superfluous whitespaces

parent 1a821051
No related branches found
No related tags found
No related merge requests found
......@@ -325,8 +325,8 @@ function rss_buildItems(&$rss,&$data,$opt){
$content = preg_replace('/(<!-- TOC START -->).*(<!-- TOC END -->)/s','',$content);
// add alignment for images
$content = preg_replace('/(<img .*? class="medialeft")/s', '\\1 align="left"', $content);
$content = preg_replace('/(<img .*? class="mediaright")/s', '\\1 align="right"', $content);
$content = preg_replace('/(<img .*?class="medialeft")/s', '\\1 align="left"', $content);
$content = preg_replace('/(<img .*?class="mediaright")/s', '\\1 align="right"', $content);
// make URLs work when canonical is not set, regexp instead of rerendering!
if(!$conf['canonical']){
......
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