Changesets can be listed by changeset number.
The Git repository is here.
Changeset 60
Updating application layouts to provide a more consistent page title.
- Comitted by: adh
- Date: Sunday August 06 17:02:41 2006 (over 18 years ago)
Affected files:
rool/rails/rforum/trunk/app/views/layouts/default.rhtml:
prev. | current | |
<!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" xml:lang="de" lang="de" dir="ltr"> | ||
<head> | ||
4 | | |
4 | <title>RISC OS Open: Forum: <%= h @title %></title> | |
<meta http-equiv="Content-type" content="text/html; charset=<%= RForum::CONFIG[:web_charset] %>" /> | ||
<% if @no_robots %><meta name="robots" content="noindex,follow" /><% end %> | ||