[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS Update: gleipnir
- To: cvs@lists.cleannorth.org
- Subject: CVS Update: gleipnir
- From: Dan Brosemer <odin@cleannorth.org>
- Date: Fri, 15 Aug 2008 18:53:22 -0400 (EDT)
- List-help: <mailto:cvs-request@lists.cleannorth.org?subject=help>
- List-post: <mailto:cvs@lists.cleannorth.org>
- List-subscribe: <mailto:cvs-request@lists.cleannorth.org?subject=subscribe>
- List-unsubscribe: <mailto:cvs-request@lists.cleannorth.org?subject=unsubscribe>
- Resent-date: Fri, 15 Aug 2008 18:53:25 -0400 (EDT)
- Resent-from: cvs@lists.cleannorth.org
- Resent-message-id: <0JTHg.A.inH.7jgpIB@skroob.cleannorth.org>
- Resent-sender: cvs-request@lists.cleannorth.org
Log Message:
-----------
Allow width attribute on img correctly
Modified Files:
--------------
gleipnir/public_html:
story.pl
Revision Data
-------------
Index: story.pl
===================================================================
RCS file: /cvs/gleipnir/public_html/story.pl,v
retrieving revision 1.23
retrieving revision 1.24
diff -Lpublic_html/story.pl -Lpublic_html/story.pl -u -r1.23 -r1.24
--- public_html/story.pl
+++ public_html/story.pl
@@ -307,7 +307,7 @@
# allow more hrefs, <strike>
my $allow = {%Gleipnir::HTML::ALLOW,
a => { href => '^(http|ftp|mailto|telnet|gopher|/)' },
- img => { src => '.*', height => '^[0-9]*$', width => '^[0-9]$' },
+ img => { src => '.*', height => '^[0-9]*$', width => '^[0-9]*$' },
strike => {},
hr => {},
};
- Prev by Date: CVS Update: mystuff
- Next by Date: CVS Update: mystuff
- Previous by thread: CVS Update: gleipnir
- Next by thread: CVS Update: gleipnir
- Index(es):