Skip to content

Commit d481d42

Browse files
committed
Fix a typo.
git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/branches/beta@21071 57a11ea4-9604-0410-9ed3-97b8803252fd
1 parent a312ac9 commit d481d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

news/news-script.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function emit_news($en_newspath, $lang_newspath, $oldnews)
131131
<div class="newsborder">
132132
<div class="newsheader">
133133
<img src="<?=$top_dir?>/images/icons/document.txt.gif" width="16" height="16" alt="[news]" />&nbsp;
134-
<a style="text-decoration:none;color:black;" onmouseover="this.style.backgroundColor='#cacaf7';"; onmouseout="this.style.backgroundColor='#cacaf7';" name="<?=generate_anchor($key)?>"><?= $fa[0]; ?> - <b><?= $newsfile[$key] ?></b></a>
134+
<a style="text-decoration:none;color:black;" onmouseover="this.style.backgroundColor='#cacaf7';" onmouseout="this.style.backgroundColor='#cacaf7';" name="<?=generate_anchor($key)?>"><?= $fa[0]; ?> - <b><?= $newsfile[$key] ?></b></a>
135135
</div>
136136
<div class="newsinner">
137137
<? for ($i=2; $i<$n; $i++) {

0 commit comments

Comments
 (0)