Added a 'charset=UTF-8' meta tag to standard.rhtml as suggested by Gabriel Birke to fix problems with non-ASCII characters.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@111 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2005-07-17 11:24:24 +00:00
parent 1d29f43785
commit 2d2f9fcca8
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<%= stylesheet_link_tag "standard" %>
<%= javascript_include_tag "toggle_notes" %>
<%= javascript_include_tag "prototype" %>

View file

@ -36,6 +36,9 @@
<!-- begin div.contexts -->
<% @notes = Note.list_of(@project.id) -%>
<div class="contexts">
<% if @notes.empty? -%>
<p>There are no notes yet for this project.</p>
<% end -%>
<div id="notes">
<h2>Notes</h2>