diff --git a/0.3/autoblog.php b/0.3/autoblog.php index ea2b1d5..071689f 100755 --- a/0.3/autoblog.php +++ b/0.3/autoblog.php @@ -804,7 +804,7 @@ else echo ' '; diff --git a/0.3/index.php b/0.3/index.php index 862967f..e00d85f 100755 --- a/0.3/index.php +++ b/0.3/index.php @@ -571,7 +571,7 @@ if( !empty($_POST['opml']) && ALLOW_NEW_AUTOBLOGS && ALLOW_NEW_AUTOBLOGS_BY_OPML foreach ($autoblogs as $key => $autoblog) { $autoblogs_display .= '
'.escape($autoblog->site_title).'
-
config | '.escape($autoblog->site_type).' source: '.escape($autoblog->site_url).'
+
config ini opml | '.escape($autoblog->site_type).' source: '.escape($autoblog->site_url).'
'; } }