Skip to content

Commit

Permalink
Id cannot start with a number so add a letter.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/branches/beta@21440 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
cmarchi committed Oct 18, 2011
1 parent d27729d commit f4b557d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion news/news-script.php
Expand Up @@ -132,7 +132,7 @@ function emit_news($en_newspath, $lang_newspath, $oldnews)
<div class="newsheader" style="display:inline-block;background-color:#CACAF7;width:100%">
<div style="float:left;">
<img src="<?=$top_dir?>/images/icons/document.txt.gif" width="16" height="16" alt="[news]" />&nbsp;
<a style="text-decoration:none;color:black;" onmouseover="this.style.backgroundColor='#cacaf7';" onmouseout="this.style.backgroundColor='#cacaf7';" id="<?=generate_anchor($key)?>"><?= $fa[0]; ?> - <b><?= $newsfile[$key] ?></b></a>
<a style="text-decoration:none;color:black;" onmouseover="this.style.backgroundColor='#cacaf7';" onmouseout="this.style.backgroundColor='#cacaf7';" id="n-<?=generate_anchor($key)?>"><?= $fa[0]; ?> - <b><?= $newsfile[$key] ?></b></a>
</div>
<!-- the next div could be used to add a date on the right of the news heading-->
<div style="float:right;">
Expand Down

0 comments on commit f4b557d

Please sign in to comment.