forked from pifty/tutes-dump
Replace escape <,> with <, >
for i in *.html.docuwiki; do perl -pi -e "s/>/>/g" $i; done for i in *.html.docuwiki; do perl -pi -e "s/</</g" $i; done
This commit is contained in:
@@ -43,7 +43,7 @@ Next we need to edit the '"db/migrate/001_create_links.rb"' file. Files located
|
||||
|
||||
==== Edit '"db/migrate/001_create_links.rb"' ====
|
||||
|
||||
class CreateLinks < ActiveRecord::Migration
|
||||
class CreateLinks < ActiveRecord::Migration
|
||||
def self.up
|
||||
create_table :links do |t|
|
||||
t.column :name, :string
|
||||
|
||||
Reference in New Issue
Block a user