Replace escape <,> with <, >

for i in *.html.docuwiki; do perl -pi -e "s/&gt;/>/g" $i; done
for i in *.html.docuwiki; do perl -pi -e "s/&lt;/</g" $i; done
This commit is contained in:
2021-03-11 23:50:37 +00:00
parent 11889ecf9e
commit c81979dcbf
63 changed files with 573 additions and 573 deletions
+1 -1
View File
@@ -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 &lt; ActiveRecord::Migration
class CreateLinks < ActiveRecord::Migration
def self.up
create_table :links do |t|
t.column :name, :string