a5e08f7bcc
I installed the rails_xss plugin, for the main purpose of seeing what will break with Rails 3.0 (where the behaviour of the plugin is the default). I think I've fixed everything, but let me know if you see stuff that is HTML-escaped, which shouldn't be. As a side benefit, we now use Erubis, rather than ERB, to render templates. They tell me it's faster ...
28 lines
721 B
HTML
28 lines
721 B
HTML
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<!--
|
|
|
|
Files
|
|
|
|
-->
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>Files</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
|
|
<base target="docwin" />
|
|
</head>
|
|
<body>
|
|
<div id="index">
|
|
<h1 class="section-bar">Files</h1>
|
|
<div id="index-entries">
|
|
<a href="files/README_txt.html">README.txt</a><br />
|
|
<a href="files/lib/abstract_rb.html">lib/abstract.rb</a><br />
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |