Changeset 13454 for lang/csharp
- Timestamp:
- 06/08/08 09:39:09 (5 years ago)
- Files:
-
- 1 modified
-
lang/csharp/MMMMB/MMMMB/MiniBlogView.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/MMMMB/MMMMB/MiniBlogView.cs
r13452 r13454 155 155 Filter allow = Filter.Parse(filterCheck.Checked ? allowInput.Text : ""); 156 156 StringBuilder sb = new StringBuilder(); 157 int count = 0; 157 158 foreach (Entry e in entryList) 158 159 { … … 161 162 if(0 < deny.Items.Length) ok = !deny.IsMatchAny(e); 162 163 if (!ok) continue; 164 if (500 <= count++) break; 163 165 164 166 Template item = new Template("item");
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)