OLD | NEW |
1 <!DOCTYPE html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title>$1</title> | 5 <title>$1</title> |
6 <style type="text/css"> | 6 <style type="text/css"> |
7 #title { | 7 #title { |
8 font-weight: bold; | 8 font-weight: bold; |
9 font-size: 13px; | 9 font-size: 13px; |
10 font-family: helvetica, arial, sans-serif; | 10 font-family: helvetica, arial, sans-serif; |
11 } | 11 } |
12 #description { | 12 #description { |
13 font-family: helvetica, arial, sans-serif; | 13 font-family: helvetica, arial, sans-serif; |
14 font-size: 13px; | 14 font-size: 13px; |
15 } | 15 } |
16 </style> | 16 </style> |
17 </head> | 17 </head> |
18 <body dir="$3"> | 18 <body dir="$3"> |
19 <div id="title">$1</div> | 19 <div id="title">$1</div> |
20 <div id="description">$2</div> | 20 <div id="description">$2</div> |
21 </body> | 21 </body> |
22 </html> | 22 </html> |
OLD | NEW |