Ticket #17233: 17233.diff

File 17233.diff, 318 bytes (added by johnjamesjacoby, 2 years ago)
Line 
1Index: image.js
2--- image.js Remotely Modified (Based On HEAD)
3+++ image.js Locally Modified (Based On LOCAL)
4@@ -80,7 +80,7 @@
5                        src : f.src.value.replace(/ /g, '%20'),
6                        alt : f.alt.value,
7                        width : f.width.value,
8-                       height : f.height.value
9+                       height : f.height.value,
10                        'class' : f.class_name.value
11                });