Skip to content

Commit bde6bfc

Browse files
committed
Fix the image path of previous commit again.
git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/branches/beta@21342 57a11ea4-9604-0410-9ed3-97b8803252fd
1 parent e12dee1 commit bde6bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function date_convert_news_to_atom($news_date)
3838
<title>GnuCash News</title>
3939
<subtitle>GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.</subtitle>
4040
<generator>GnuCash htdocs/trunk/atom.php 1.0 &lt;gnucash-devel@gnucash.org&gt;</generator>
41-
<logo>http://www.gnucash.org/beta/images/icons-gnc-icon.png</logo>
41+
<logo>http://www.gnucash.org/beta/images/icons/gnc-icon.png</logo>
4242
<link rel="alternate" href="http://www.gnucash.org/beta/" />
4343
<link rel="self" href="http://www.gnucash.org/beta/atom.php" />
4444
<?php

0 commit comments

Comments
 (0)